Skip to main content
A newer version of this page is available. .
Tab

ThemesConfigurationSection.Get() Method

Returns an object that provides programmatic access to the DevExpress theme-related configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static ThemesConfigurationSection Get()

Returns

Type Description
ThemesConfigurationSection

A ThemesConfigurationSection object representing the related configuration section.

See Also