Skip to main content
A newer version of this page is available. .
Tab

ListBoxColumn Constructors

Contains settings that define an individual column within list editors.
Name Parameters Description
ListBoxColumn() none Initializes a new instance of the ListBoxColumn class with default settings.
ListBoxColumn(String, String, Unit) fieldName, caption, width Initializes a new instance of the ListBoxColumn class with the specified settings.
ListBoxColumn(String, String) fieldName, caption Initializes a new instance of the ListBoxColumn class with the specified settings.
ListBoxColumn(String) fieldName Initializes a new instance of the ListBoxColumn class with the specified field name.
See Also