Skip to main content
All docs
V25.2
  • ThemeProperties.AddFilePaths(String[]) Method

    Adds stylesheets to a theme and loads them when applying the theme.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Resources.v25.2.dll

    NuGet Package: DevExpress.Blazor.Resources

    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 additional information and an example.

    The following code snippets (auto-collected from DevExpress Examples) contain references to the AddFilePaths(String[]) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also