TabbedLayoutGroupTabPageSettings.EnableCallbackCompression Property
Gets or sets whether callback result compression is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableCallbackCompression |
---|---|
TabbedLayoutGroup |
|
Remarks
This property is in effect if the TabbedLayoutGroupTabPageSettings.EnableCallBacks property is set to true
.
See Also