show_all_items property

show_all_items property

Indicates whether to show all items even if there are no data or they are deleted. Default value is true;

Definition:

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

See Also