IndexPanel Class
Represents the Index Panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return IndexPanel objects:
Remarks
The Index Panel lists the group/category names. Group names (items) are represented as links that when clicked, navigate users to the corresponding groups. The Index Panel is shown in the image below:
Behavior
The way the ASPxTitleIndex control responds to clicks on items displayed within the index panel is specified by the IndexPanel.Behavior property. If this property is set to IndexPanelBehavior.Navigation, a click on an item (letter) will scroll the page to the corresponding group or category. Setting the property to IndexPanelBehavior.Filtering forces the control to display only the group (category) that corresponds to the selected item (letter). This behavior is implemented through server-side processing, so it requires postbacks to be sent to the server.
Position, Visibility
The index panel’s position and visibility is specified by the IndexPanel.Position and IndexPanel.Visible properties.
Separators
To provide custom item separators, use the IndexPanel.Separator property.