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

MVCxGridViewProperties.EnableRowsCache Property

Manipulates the built-in GridView’s GridViewSettings.EnableRowsCache property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to enable data caching; otherwise, false.

See Also