Skip to main content
Tab

GridViewProperties.EnableRowsCache Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true to enable data caching; otherwise, false.

See Also