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

DxControlComponent<JSProxyType> Class

Implements internal functionality for correct work of DevExpress Blazor components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxControlComponent<JSProxyType> :
    DxComponentBase<JSProxyType>,
    IServiceProviderAccessor,
    IRequireSelfCascading
    where JSProxyType : JSInteropProxyBase

Type Parameters

Name Description
JSProxyType

For internal use only.

See Also