Skip to main content
All docs
V25.2
  • ThemeProperties.Name Property

    Specifies the theme name. Serves as a unique theme identifier.

    Namespace: DevExpress.Blazor

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

    NuGet Package: DevExpress.Blazor.Resources

    Declaration

    public string Name { get; set; }

    Property Value

    Type Description
    String

    The theme name.

    Remarks

    Refer to the ThemeProperties or ThemeFluentProperties class description for more information and an example.

    See Also