ASPxTitleIndex.IndexPanel Property
In This Article
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 |
---|---|
Index |
An Index |
#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