Skip to main content
All docs
V26.1
  • IBarSpinEdit.ValueChanged Property

    Specifies whether the editor’s value is changed.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    Func<decimal, Task> ValueChanged { get; set; }

    Property Value

    Type Description
    Func<Decimal, Task>

    A delegate method that specifies whether the editor’s value is changed.

    Remarks

    Refer to the IBarSpinEdit interface description for additional information and an example.

    See Also