Back to Devexpress

BarItemCollection.AddCustomSpinEdit Method

blazor-devexpress-dot-blazor-dot-office-dot-baritemcollection-dot-addcustomspinedit.md

latest765 B
Original Source

BarItemCollection.AddCustomSpinEdit Method

NameParametersDescription
AddCustomSpinEdit(Func<Decimal>, Func<Decimal, Task>)getValue, valueChangedAdds a custom spin editor to the end of the bar item collection.
AddCustomSpinEdit(Int32, Func<Decimal>, Func<Decimal, Task>)index, getValue, valueChangedAdds a custom spin editor to the specified position in the bar item collection.