ASPxDataViewBase.AllowPaging Property
Gets or sets whether pagination is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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