DevExpressHelper Properties
A helper object containing the most commonly used properties and methods.| Name | Description |
|---|---|
| CallbackArgument static | Gets a value containing callback arguments passed from the client. |
| CallbackName static | Gets the name identifying the DevExpress extension whose callback is being processed. |
| ClientUIControlColorScheme static | Specifies the client scheme to be applied to all DevExpress extensions (that utilize a DevExpress JavaScript/HTML5 engine) within an application. |
| GlobalThemeBaseColor static | Gets or sets the base color for the theme to be globally applied to all DevExpress MVC extensions across a web page or entire web site. |
| GlobalThemeFont static | Gets or sets the font settings of the theme to be globally applied to all DevExpress MVC extensions across a web page or entire web site. |
| IsCallback static | Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed. |
| StyleSheetTheme static | Allows you to specify the name of the theme applied to the DevExpress ASP.NET MVC Extensions before extension settings are applied. |
| Theme static | Specifies the theme to be applied to all DevExpress extensions within an application. |
See Also