Back to Devexpress

ASPxGridPagerSettings.Position Property

aspnet-devexpress-dot-web-dot-aspxgridpagersettings.md

latest1.2 KB
Original Source

ASPxGridPagerSettings.Position Property

Specifies the pager’s position in a grid control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(PagerPosition.Bottom)]
public override PagerPosition Position { get; set; }
vb
<DefaultValue(PagerPosition.Bottom)>
Public Overrides Property Position As PagerPosition

Property Value

TypeDefaultDescription
PagerPositionBottom

One of the PagerPosition enumeration values that specifies the position of the pager.

|

See Also

ASPxGridPagerSettings Class

ASPxGridPagerSettings Members

DevExpress.Web Namespace