Back to Devexpress

ASPxTitleIndex.Columns Property

aspnet-devexpress-dot-web-dot-aspxtitleindex-32f908b0.md

latest1.9 KB
Original Source

ASPxTitleIndex.Columns Property

Gets the collection of columns in the control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TitleIndexColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As TitleIndexColumnCollection

Property Value

TypeDescription
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

TitleIndexColumnCollection

TitleIndexColumn

Title Index

ASPxTitleIndex Class

ASPxTitleIndex Members

DevExpress.Web Namespace