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

ASPxTitleIndex.Columns Property

Gets the collection of columns in the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TitleIndexColumnCollection Columns { get; }

Property Value

Type Description
TitleIndexColumnCollection

A TitleIndexColumnCollection object which represents the collection of the control’s columns.

Remarks

The Columns property is used to provide access to the collection of columns within the ASPxTitleIndex control. The collection is represented by an instance of the TitleIndexColumnCollection class and allows individual columns (which are instances of the TitleIndexColumn class) to be added, deleted and accessed using indexer notation.

See Also