IModelListViewWeb.EnableEndlessPaging Property
Enables Endless Paging in an ASPxGridListEditor.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.1.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