WebColumnBase Properties
Represents a base class for column objects used by different DevExpress web controls (the ASPxGrid or ASPxTreeList, for instance).| Name | Description |
|---|---|
| Caption | Gets or sets the text displayed within the column header. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| 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. |
| ToolTip | Gets or sets the column header’s tooltip text. |
| Visible | Specifies whether the column is visible. |
| VisibleIndex | Specifies the column’s position among visible columns in a web control. |
| Width | Gets or sets the column’s width. |
See Also