ThemeProperties.Name Property
Specifies the theme name. Serves as a unique theme identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
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