Skip to main content
Tab

SettingsConfigurationSection Class

Provides programmatic access to the DevExpress settings configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SettingsConfigurationSection :
    ConfigurationSection

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

See Also