sort_data_source property

sort_data_source property

Indicates whether sorting data source.

Remarks

Only for JSON data source.

Definition:

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

See Also