Skip to main content
All docs
V25.1
  • DxThemeBase<TProps> Class

    Defines basic API for classes that implement DevExpress Blazor themes (DxTheme and DxThemeFluent).

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public abstract class DxThemeBase<TProps> :
        ITheme
        where TProps : ThemeProperties, new()

    Type Parameters

    Name Description
    TProps

    The type of theme properties.

    Implements

    Inheritance

    Object
    DxThemeBase<TProps>
    See Also