Skip to main content
Tab

TitleIndexItem.TitleIndex Property

Gets the ASPxTitleIndex object to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxTitleIndex TitleIndex { get; }

Property Value

Type Description
ASPxTitleIndex

A ASPxTitleIndex object representing the control that contains the current item.

See Also