Skip to main content
Tab

ASPxTitleIndex.IndexPanel Property

Gets the index panel settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public IndexPanel IndexPanel { get; }

#Property Value

Type Description
IndexPanel

An IndexPanel object that represents the index panel within the ASPxTitleIndex control.

#Remarks

The IndexPanel property provides access to the settings that specify the index panel’s behavior, position, etc. For more information, see IndexPanel.

See Also