SettingsConfigurationSection.Get() Method
In This Article
Returns an object that provides programmatic access to the DevExpress settings configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static SettingsConfigurationSection Get()
#Returns
Type | Description |
---|---|
Settings |
A Settings |
See Also