Skip to main content
A newer version of this page is available. .
Tab

GridViewProperties.EnableCallbackCompression Property

Manipulates the built-in ASPxGridView’s ASPxGridBase.EnableCallbackCompression property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to enable callback compression; otherwise, false.

See Also