IListEditorColumn Properties
An interface that defines a List Box column’s API members (properties and methods).Name | Description |
---|---|
Caption | Specifies the column’s caption text. |
FieldName | Specifies the data source field that populates column items in multi-column editors. |
SearchEnabled | Specifies whether the List Box can search text in cells of the current column. |
Visible | Specifies whether the column is visible. |
VisibleIndex | Specifies a column’s position among other columns. |
Width | Specifies the column’s width. |
See Also