DataViewSettingsBase.AlwaysShowPager Property
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the pager is always displayed; false if the pager can be automatically hidden when all data is represented within a single page of the DataView. |
Remarks
This property is in effect if the MVCxDataViewPagerSettings.Visible property is set to true.
See Also