DxThemeBase<TProps>.Name Property
Returns the theme name that serves as a unique theme identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | The theme name. |
Implements
See Also