show_missing property

show_missing property

Indicates whether to show items deteleted from the data source.

Remarks

Only works when Slicer.show_all_items is true.

Definition:

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

See Also