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

TitleIndexColumn Class

Contains settings that define an individual column within a ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TitleIndexColumn :
    CollectionItem

The following members return TitleIndexColumn objects:

Remarks

The TitleIndexColumnclass implements the functionality of a column within a ASPxTitleIndex control. Columns can be used to visually organize the control’s data into a more readable and convenient form. Columns are maintained within the ASPxTitleIndex.Columns collection, represented by an instance of the TitleIndexColumnCollection class. When this collection is not empty, the control automatically breaks its data into the number of columns contained within the collection.

The settings exposed by the TitleIndexColumn class allow you to define the appearance of an individual column. In order to specify common appearance settings for all the columns within the control, the ASPxTitleIndex.ColumnStyle property can be used.

Inheritance

See Also