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

GridViewProperties.DataSourceForceStandardPaging Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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