aspnet-devexpress-dot-web-ad174478.md
Provides programmatic access to the DevExpress settings configuration-file section.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class SettingsConfigurationSection :
ConfigurationSection
Public Class SettingsConfigurationSection
Inherits ConfigurationSection
The following members return SettingsConfigurationSection objects:
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>
Object ConfigurationElement ConfigurationSection SettingsConfigurationSection
See Also