Skip to main content
A newer version of this page is available. .
Tab

ASPxDataViewBase.AllowPaging Property

Gets or sets whether pagination is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool AllowPaging { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the content of all the pages within a view; otherwise, false.

Remarks

If the AllowPaging property is set to false, the control displays the content of all the pages.

See Also