ListBoxColumn 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 WebColumnBase. |
| CellTemplate | Gets or sets a common template used for displaying the content of all cells within the list box. |
| ClientVisible | Specifies the list box column’s initial visibility state on the client. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| FieldName | Gets or sets the name of the database field assigned to the current column. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the unique programmatic identifier name for a column. Inherited from WebColumnBase. |
| ToolTip | Gets or sets the column header’s tooltip text. Inherited from WebColumnBase. |
| Visible | Specifies whether the column is visible. Inherited from WebColumnBase. |
| Width | Gets or sets the column’s width. Inherited from WebColumnBase. |
See Also