Skip to main content
A newer version of this page is available. .

DxComponentBase<JSProxyType> Class

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

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Type Parameters

Name Description
JSProxyType

For internal use only.

See Also