Skip to main content

DxControlComponent<TComponent, JSProxyType, TModel> Class

Implements internal functionality for correct work of Devexpress Blazor components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxControlComponent<TComponent, JSProxyType, TModel> :
    DxControlComponent<TComponent, JSProxyType>,
    IModelProvider<TModel>
    where TComponent : DxControlComponent<TComponent, JSProxyType, TModel>

Type Parameters

Name Description
TComponent

The component type.

JSProxyType

For internal use only.

TModel

The type of the component model’s data.

Inheritance

Show 13 items
Object
ComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
DevExpress.Blazor.Base.DxDecoratedComponent
DxComponentBase
DxComponentBase<JSProxyType>
DxControlComponent<TComponent, JSProxyType>
DxControlComponent<TComponent, JSProxyType, TModel>
See Also