IndexPanel.Position Property
In This Article
Gets or sets the index panel’s position within the ASPxTitleIndex control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(PagerPosition.Top)]
public PagerPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pager |
Top | One of the Pager |
See Also