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

IModelListViewWeb.EnableEndlessPaging Property

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[ModelBrowsable(typeof(ModelListViewGridListEditorVisibilityCalculator))]
[DefaultValue(false)]
bool EnableEndlessPaging { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if endless paging is enabled; otherwise, false.

See Also