show_caption property

show_caption property

Indicates whether the header of the slicer is visible. The default value is true

Example


slicer.show_caption = False

Definition:

@property
def show_caption(self):
    ...
@show_caption.setter
def show_caption(self, value):
    ...

See Also