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