Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Features

ABCDEFGHIJKLMNOPQRSTUVWYZ
Options
v
v
Apply

This demo shows the main features available to you when using the ASPxTitleIndex control.

If the Categorized property is set to true, each group changes to a category containing items which are displayed and organized into columns.

The ShowBackToTop property specifies whether a specific link is displayed after each group or category. This link can be used to quickly scroll to the top of the ASPxTitleIndex control.

The IndexPanel.Behavior property controls how the ASPxTitleIndex control responds to clicks on items displayed within the control's IndexPanel. If the IndexPanel.Behavior property is set to Navigation, a click on an item (letter) will scroll the page to navigate to the corresponding group or category. Setting the IndexPanel.Behavior property to 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 (or callbacks) to be sent to the server. Note that by default the ASPxTitleIndex control's EnableCallbacks property is set to true, thus allowing required data items to be retrieved from the server via AJAX-based callback technology (without refreshing the entire page).

The position of the IndexPanel within the ASPxTitleIndex control can be specified via the IndexPanel.Position property.

The ColumnCount property can be used to control the number of columns in which the ASPxTitleIndex control's data are organized for display purposes. This property specifies the total number of columns contained within the ASPxTitleIndex control's Columns collection.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos