Back to Devexpress

ASPxDataViewBase.AllowPaging Property

aspnet-devexpress-dot-web-dot-aspxdataviewbase.md

latest1.1 KB
Original Source

ASPxDataViewBase.AllowPaging Property

Gets or sets whether pagination is allowed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowPaging { get; set; }
vb
<DefaultValue(True)>
Public Property AllowPaging As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ASPxDataViewBase Class

ASPxDataViewBase Members

DevExpress.Web Namespace