Back to Devexpress

TitleIndexColumn Class

aspnet-devexpress-dot-web-e4b147c5.md

latest2.5 KB
Original Source

TitleIndexColumn Class

Contains settings that define an individual column within a ASPxTitleIndex control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TitleIndexColumn :
    CollectionItem
vb
Public Class TitleIndexColumn
    Inherits CollectionItem

The following members return TitleIndexColumn objects:

Remarks

The TitleIndexColumn class implements the functionality of a column within a ASPxTitleIndex control. Columns can be used to visually organize the control’s data into a more readable and convenient form. Columns are maintained within the ASPxTitleIndex.Columns collection, represented by an instance of the TitleIndexColumnCollection class. When this collection is not empty, the control automatically breaks its data into the number of columns contained within the collection.

The settings exposed by the TitleIndexColumn class allow you to define the appearance of an individual column. In order to specify common appearance settings for all the columns within the control, the ASPxTitleIndex.ColumnStyle property can be used.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem TitleIndexColumn

See Also

TitleIndexColumn Members

Columns

Title Index

DevExpress.Web Namespace