Skip to main content
Tab

CompressionConfigurationSection.EnableResourceCompression Property

Gets or sets the value of the Resource Compression configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool EnableResourceCompression { get; set; }

Property Value

Type Description
Boolean

true if the option is enabled; otherwise, false.

See Also