Back to Devexpress

TitleIndexColumnCollection Class

aspnet-devexpress-dot-web-23434471.md

latest2.9 KB
Original Source

TitleIndexColumnCollection Class

Represents a collection of columns within a ASPxTitleIndex control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TitleIndexColumnCollection :
    Collection<TitleIndexColumn>
vb
Public Class TitleIndexColumnCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<TitleIndexColumn>

ICollection<TitleIndexColumn>

IEnumerable<TitleIndexColumn>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<TitleIndexColumn> TitleIndexColumnCollection

See Also

TitleIndexColumnCollection Members

Columns

DevExpress.Web Namespace