IModelListViewWeb.EnableEndlessPaging Property
In This Article
Enables Endless Paging in an ASPxGridListEditor.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
[DefaultValue(false)]
[ModelBrowsable(typeof(ModelListViewGridListEditorVisibilityCalculator))]
bool EnableEndlessPaging { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if endless paging is enabled; otherwise, false. |
See Also