Skip to main content
Tab

TabbedLayoutGroupTabPageSettings.EnableCallbackCompression Property

Gets or sets whether callback result compression is enabled.

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 result compression; otherwise, false

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCallbackCompression
TabbedLayoutGroup
.SettingsTabPages .EnableCallbackCompression

Remarks

This property is in effect if the TabbedLayoutGroupTabPageSettings.EnableCallBacks property is set to true.

See Also