Skip to main content
Tab

SettingsConfigurationSection.Get() Method

Returns an object that 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 static SettingsConfigurationSection Get()

Returns

Type Description
SettingsConfigurationSection

A SettingsConfigurationSection object, representing the related configuration section.

See Also