DxThemeFluent.GetFilePaths() Method
Returns theme stylesheet paths.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public override List<string> GetFilePaths()
Returns
Type | Description |
---|---|
List<String> | A stylesheet collection. |
Remarks
Refer the DxThemeFluent class description for more information and an example.
See Also