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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Resources.v26.1.dll

    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