selected property

selected property

Specifies whether the SlicerItem is selected or not.

Definition:

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

See Also