MVCxGridViewProperties.EnableRowsCache Property
Manipulates the built-in GridView's GridViewSettings.EnableRowsCache property.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[DefaultValue(false)]
public bool EnableRowsCache { get; set; }
<DefaultValue(False)>
Public Property EnableRowsCache As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to enable data caching; otherwise, false. |
See Also
Feedback