DevExtremeThemeExtensions.

GetCssFileName(DevExtremeTheme) Method

Summary

Returns the CSS file name for a specific DevExtreme theme.

Syntax

public static string GetCssFileName(this DevExtremeTheme theme)

Parameters

Name Type Description
theme DevExtremeTheme Theme for which the CSS file name should be returned.

Return Value

Type Description
string CSS file name of the DevExtreme theme.
GitHub