show_selection_label property

show_selection_label property

Indicates whether to display the selction label.

Definition:

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

See Also