ColorSchemeInfo.AddDevExtremeStyle(String) Method
In This Article
Registers a CSS file that contains styles for DevExtreme Components.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColorSchemeInfo AddDevExtremeStyle(
string fileUrl
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A URL that provides access to the CSS file. |
#Returns
Type | Description |
---|---|
Color |
A Color |
See Also