Skip to main content
A newer version of this page is available. .
Tab

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 Gets or sets a value that specifies whether the column is visible.
VisibleIndex Gets or sets the column’s position among the visible columns within a web control.
Width Gets or sets the column’s width.
See Also