Back to Devexpress

IndexPanel Class

aspnet-devexpress-dot-web-bcd8d10e.md

latest1.7 KB
Original Source

IndexPanel Class

Represents the Index Panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class IndexPanel :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class IndexPanel
    Inherits PropertiesBase
    Implements 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:

  • Behavior

  • Position, Visibility

  • Separators

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase IndexPanel

See Also

IndexPanel Members

Index Panel

DevExpress.Web Namespace