Back to Devexpress

IndexPanel.Behavior Property

aspnet-devexpress-dot-web-dot-indexpanel-ed137f1a.md

latest1.8 KB
Original Source

IndexPanel.Behavior Property

Gets or sets a value that controls 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
[DefaultValue(IndexPanelBehavior.Navigation)]
public IndexPanelBehavior Behavior { get; set; }
vb
<DefaultValue(IndexPanelBehavior.Navigation)>
Public Property Behavior As IndexPanelBehavior

Property Value

TypeDefaultDescription
IndexPanelBehaviorNavigation

One of the IndexPanelBehavior enumeration values.

|

Available values:

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.

|

See Also

IndexPanel Class

IndexPanel Members

DevExpress.Web Namespace