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.v20.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:

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

Remarks

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

See Also