DxMaskedInputBase<T> Class
Defines the base API for the DxMaskedInput<T> and DxSpinEdit<T> classes.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
public abstract class DxMaskedInputBase<T> :
DxInputDataEditorBase<T>
Type Parameters
| Name | Description |
|---|---|
| T | The data type. |
Inheritance
Show 11 items
See Also