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

CompressionConfigurationSection.EnableResourceCompression Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool EnableResourceCompression { get; set; }

Property Value

Type Description
Boolean

true if the option is enabled; otherwise, false.

See Also