Summary
Returns the CSS file name for a specific DevExtreme theme.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Dev
Extreme Theme Extensions
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. |