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

TitleIndexItem.TitleIndex Property

Gets the ASPxTitleIndex object to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxTitleIndex TitleIndex { get; }

Property Value

Type Description
ASPxTitleIndex

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

See Also