selected property

selected property

Specifies whether the SlicerCacheItem is selected or not.

Remarks

Please use Slicer.select_items method instead if you want to select item. Because this refresh operation causes poor performance due to full data reload every time selection changes.

Definition:

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

See Also