SettingsConfigurationSection Class
Provides programmatic access to the DevExpress settings configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return SettingsConfigurationSection objects:
Remarks
Use the SettingsConfigurationSection object to programmatically access the DevExpress settings configuration-file section. This section allows you to specify the following options.
The code sample below demonstrates the corresponding DevExpress section located within the web.config file.
<devExpress>
<settings doctypeMode="Html5" rightToLeft="false" ieCompatibilityVersion="edge" />
...
</devExpress>
Inheritance
Object
ConfigurationElement
ConfigurationSection
SettingsConfigurationSection
See Also