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 Collection |
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. |
Tool |
Gets or sets the column header’s tooltip text. |
Visible | Specifies whether the column is visible. |
Visible |
Specifies the column’s position among visible columns in a web control. |
Width | Gets or sets the column’s width. |
See Also