Back to Devexpress

IndexPanelBehavior Enum

aspnet-devexpress-dot-web-c2ab15b5.md

latest1.6 KB
Original Source

IndexPanelBehavior Enum

Lists values that control how the ASPxTitleIndex control responds to clicks on items displayed within the Index Panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum IndexPanelBehavior
vb
Public Enum IndexPanelBehavior

Members

NameDescription
Navigation

A click on an item (letter) will scroll the page to the corresponding group or category.

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

|

The following properties accept/return IndexPanelBehavior values:

Remarks

Values listed by this enumeration are used to set the IndexPanel.Behavior property’s value.

See Also

Behavior

DevExpress.Web Namespace