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

TitleIndexColumnCollection Class

Represents a collection of columns within a ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TitleIndexColumnCollection :
    Collection<TitleIndexColumn>

The following members return TitleIndexColumnCollection objects:

Remarks

A ASPxTitleIndex control holds its columns within a collection, represented by an instance of the TitleIndexColumnCollection class, and can be accessed via the ASPxTitleIndex.Columns property. The properties and methods exposed by the TitleIndexColumnCollection class can be used to perform common collection operations, such as adding new or deleting existing columns. Each item of the collection is represented by a TitleIndexColumn object. Individual columns can be accessed using indexer notation.

See Also