ThemeProperties.AddFilePaths(String[]) Method
Adds stylesheets to a theme and loads them when applying the theme.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public void AddFilePaths(
params string[] paths
)
Parameters
Name | Type | Description |
---|---|---|
paths | String[] | An array of CSS file paths. |
Remarks
Refer to the ThemeProperties or ThemeFluentProperties class description for more information and an example.
See Also