Skip to main content
Tab

GridViewProperties.EnableCallbackCompression Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true to enable callback compression; otherwise, false.

See Also