only_data property

only_data property

Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels.

Definition:

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

See Also