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

DxDataEditorBase<T, JSProxyType> Class

Defines the base API for classes that implement data editors.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxDataEditorBase<T, JSProxyType> :
    DxEditorBase<T, JSProxyType>
    where JSProxyType : JSInteropProxyBase

Type Parameters

Name Description
T

The data type.

JSProxyType

For internal use only.

Inheritance

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