Skip to main content

PivotGridSettings.EnableRowsCache Property

Gets or sets whether data caching is enabled.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public bool EnableRowsCache { get; set; }

#Property Value

Type Description
Boolean

true, to enable data caching; otherwise, false.

See Also