Skip to main content
Tab

IndexPanel.Position Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
PagerPosition Top

One of the PagerPosition enumeration values.

See Also