ASPxTitleIndex.Columns Property
Gets the collection of columns in the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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