DxControlComponent<JSProxyType, TModel> Class
Implements internal functionality for correct work of DevExpress Blazor components.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public abstract class DxControlComponent<JSProxyType, TModel> :
DxControlComponent<JSProxyType>,
IModelProvider<TModel>
where JSProxyType : JSInteropProxyBase
Type Parameters
Name | Description |
---|---|
JSProxyType | For internal use only. |
TModel | The data type. |
Inheritance
Object
ComponentBase
DxComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
DevExpress.Blazor.Base.DxDecoratedComponent
DxComponent
DxComponent<JSProxyType>
DxControlComponent<JSProxyType>
See Also