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

MVCxListBoxColumn Constructors

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