DevExpress automatically adds the following configuration items in web. config:
1: <devExpress>
2: <settings rightToLeft="false"/>
3: <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="false"/>
4: <themes enableThemesAssembly="true"/>
5: <errors callbackErrorRedirectUrl=""/>
6: </devExpress>
7:
Configuration items:
Configuration item |
Description |
Default Value |
EnableHtmlCompression |
Set whether to compress HTML. |
False |
EnableCallbackCompression |
Sets whether to compress the Callback content. |
True |
EnableResourceCompression |
Set whether to compress DevExpress resources (such as CSS and JavaScript. |
True |
EnableResourceMerging |
Set to resource Merging |
False |
EnableThemesAssembly |
The setting is an assembly that allows Themes to be used. |
True |
CallbackErrorRedirectUrl |
Set Callback error Yes Redirection Url |
|
RightToLeft |
Sets whether the DevExpress control is left-to-right for global settings. DevExpress 2010.2 is added. |
False |