Skip to main content
All docs
V26.1
  • NumericEditingFieldEditorModel(TextEditingField) Constructor

    Initializes a new instance of the NumericEditingFieldEditorModel<TValue> class with specified settings.

    Namespace: DevExpress.Blazor.Reporting.EditingFields

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    Declaration

    public NumericEditingFieldEditorModel(
        TextEditingField editingField
    )

    Parameters

    Name Type
    editingField TextEditingField
    See Also