IBarSpinEdit.GetValue Property
Returns the editor’s value.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
Func<decimal> GetValue { get; set; }
Property Value
Type | Description |
---|---|
Func<Decimal> | A delegate method that returns the editor’s value. |
Remarks
Refer to the IBarSpinEdit interface description for more information and an example.
See Also