Skip to main content
Tab

ASPxDataViewBase.AllowPaging Property

Gets or sets whether pagination is allowed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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