ASPxDataViewBase.AlwaysShowPager Property
In This Article
Gets or sets the value that specifies whether the pager is always displayed within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
This property is in effect if the PagerSettingsEx.Visible property is set to true
.
See Also