Back to Devexpress

BarItemCollection.AddCustomButton Method

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

latest629 B
Original Source

BarItemCollection.AddCustomButton Method

NameParametersDescription
AddCustomButton(Int32, String, Func<Task>)index, text, clickAdds a custom button to the specified position in the bar item collection.
AddCustomButton(String, Func<Task>)text, clickAdds a custom button to the end of the bar item collection.