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

IndexPanel.Position Property

Gets or sets the index panel’s position within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(PagerPosition.Top)]
public PagerPosition Position { get; set; }

Property Value

Type Default Description
PagerPosition **Top**

One of the PagerPosition enumeration values.

See Also