MVCxListBoxColumn Properties
Contains settings that define an individual column within list editors.
Name | Description |
---|---|
Caption |
Gets or sets the text displayed within the column header.
Inherited from Web |
Cell |
Gets or sets a common template used for displaying the content of all cells within the list box.
Inherited from List |
Client |
Specifies the list box column’s initial visibility state on the client.
Inherited from List |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Field |
Gets or sets the name of the database field assigned to the current column.
Inherited from List |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Name |
Gets or sets the unique programmatic identifier name for a column.
Inherited from Web |
Tool |
Gets or sets the column header’s tooltip text.
Inherited from Web |
Visible |
Specifies whether the column is visible.
Inherited from Web |
Width |
Gets or sets the column’s width.
Inherited from Web |
See Also