Back to Devexpress

BarItemCollection.AddCustomComboBox Method

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

latest765 B
Original Source

BarItemCollection.AddCustomComboBox Method

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