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

DxControlComponent<TComponent, JSProxyType, TModel> 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, 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 11 items
Object
ComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
DevExpress.Blazor.Base.DxDecoratedComponent
DxComponentBase
DxComponentBase<JSProxyType>
DxControlComponent<TComponent, JSProxyType>
DxControlComponent<TComponent, JSProxyType, TModel>
See Also