ASPxDataViewBase.AllowPaging Property
In This Article
Gets or sets whether pagination is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
If the AllowPaging property is set to false
, the control displays the content of all the pages.
See Also