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

ColorSchemeInfo.AddDevExtremeStyle(String) Method

Registers a CSS file that contains styles for DevExtreme Components.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorSchemeInfo AddDevExtremeStyle(
    string fileUrl
)

Parameters

Name Type Description
fileUrl String

A URL that provides access to the CSS file.

Returns

Type Description
ColorSchemeInfo

A ColorSchemeInfo object.

See Also