Back to Devexpress

SettingsConfigurationSection Class

aspnet-devexpress-dot-web-ad174478.md

latest2.2 KB
Original Source

SettingsConfigurationSection Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class SettingsConfigurationSection :
    ConfigurationSection
vb
Public Class SettingsConfigurationSection
    Inherits 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.

csharp
<devExpress>
     <settings doctypeMode="Html5" rightToLeft="false" ieCompatibilityVersion="edge" />
     ...
</devExpress>

Inheritance

Object ConfigurationElement ConfigurationSection SettingsConfigurationSection

See Also

SettingsConfigurationSection Members

Web.Config Options

DevExpress.Web Namespace