Skip to main content

MVCxGridViewProperties.EnableRowsCache Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type Default Description
Boolean false

true, to enable data caching; otherwise, false.

See Also