Skip to main content
Tab

GridViewProperties.DataSourceForceStandardPaging Property

Manipulates the built-in ASPxGridView’s ASPxGridBase.DataSourceForceStandardPaging property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool DataSourceForceStandardPaging { get; set; }

Property Value

Type Default Description
Boolean false

true to use the default data source paging; otherwise, false.

See Also