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

TabbedLayoutGroupTabPageSettings.EnableCallbackCompression Property

Gets or sets whether callback result compression is enabled.

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

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Library Object Type Path to EnableCallbackCompression
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
BootstrapDialogTabbedFieldGroup
.SettingsTabPages.EnableCallbackCompression
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages.EnableCallbackCompression
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
BootstrapTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
ASP.NET Web Forms Controls CardViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
GridTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
GridViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
MVCxCardViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages.EnableCallbackCompression
MVCxTabbedFormLayoutGroup
.SettingsTabPages.EnableCallbackCompression
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages.EnableCallbackCompression
TabbedLayoutGroup
.SettingsTabPages.EnableCallbackCompression

Remarks

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

See Also