Skip to main content
All docs
V23.2

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.
Visible Specifies whether the column is visible.
VisibleIndex Specifies a column’s position among other columns.
Width Specifies the column’s width.
See Also