Skip to main content
All docs
V24.2

DxComponent<JSProxyType> Class

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

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.2.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