BarItemCollection.AddCustomSpinEdit Method
Name | Parameters | Description |
---|---|---|
AddCustomSpinEdit(Func<Decimal>, Func<Decimal, Task>) | getValue, valueChanged | Adds a custom spin editor to the end of the bar item collection. |
AddCustomSpinEdit(Int32, Func<Decimal>, Func<Decimal, Task>) | index, getValue, valueChanged | Adds a custom spin editor to the specified position in the bar item collection. |