text_column property
text_column property
Represents the column in a ComboBox or ListBox to display to the user.
Definition:
@property
def text_column(self):
...
@text_column.setter
def text_column(self, value):
...
Represents the column in a ComboBox or ListBox to display to the user.
@property
def text_column(self):
...
@text_column.setter
def text_column(self, value):
...