Skip to main content

IBarSpinEdit.GetValue Property

Returns the editor’s value.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v25.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 additional information and an example.

See Also