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

IndexPanel Class

Represents the Index Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class IndexPanel :
    PropertiesBase,
    IPropertiesOwner

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:

ASPxIndexPanel_Class

  • 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.

Inheritance

See Also