DxThemeFluent.GetCustomAccentColor() Method
Returns the custom accent color applied to the theme.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string GetCustomAccentColor()
Returns
Type | Description |
---|---|
String | The accent color. |
Remarks
Refer the DxThemeFluent class description for more information and an example.
See Also