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

DxControlComponent<TComponent, JSProxyType> Class

Implements internal functionality for correct work of Devexpress Blazor components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Type Parameters

Name Description
TComponent

The component type.

JSProxyType

For internal use only.

Inheritance

Show 16 items
Object
ComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
See Also