Skip to main content
All docs
V25.1
  • DxComponent<JSProxyType> Class

    Defines the base API for classes that implement DevExpress components for Blazor.

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public abstract class DxComponent<JSProxyType> :
        DxComponent
        where JSProxyType : JSInteropProxyBase

    Type Parameters

    Name Description
    JSProxyType

    For internal use only.

    Inheritance

    Show 15 items
    See Also