list_rows property
list_rows property
Represents the maximum number of rows to display in the list.
Definition:
@property
def list_rows(self):
...
@list_rows.setter
def list_rows(self, value):
...
Represents the maximum number of rows to display in the list.
@property
def list_rows(self):
...
@list_rows.setter
def list_rows(self, value):
...