Skip to main content
All docs
V24.1

IListEditorColumn Members

An interface that defines a List Box column’s API members (properties and methods).

Properties

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