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

GridViewProperties.EnableRowsCache Property

Manipulates the built-in ASPxGridView’s ASPxGridView.EnableRowsCache property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableRowsCache { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable data caching; otherwise, false.

See Also