DxDataEditor<T> Class
Defines the base API for classes that implement data editors.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
public abstract class DxDataEditor<T> :
DxComponentBase,
IAsyncDisposable
Type Parameters
| Name | Description |
|---|---|
| T | The data type. |
Inheritance
See Also