Back to Devexpress

PivotGridSettings.EnableRowsCache Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-pivotgridsettings-7edb4398.md

latest1.0 KB
Original Source

PivotGridSettings.EnableRowsCache Property

Gets or sets whether data caching is enabled.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool EnableRowsCache { get; set; }
vb
Public Property EnableRowsCache As Boolean

Property Value

TypeDescription
Boolean

true , to enable data caching; otherwise, false.

|

See Also

PivotGridSettings Class

PivotGridSettings Members

DevExpress.Web.Mvc Namespace