Back to Devexpress

BarItemCollection.AddCustomCheckButton Method

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

latest780 B
Original Source

BarItemCollection.AddCustomCheckButton Method

NameParametersDescription
AddCustomCheckButton(Int32, String, Func<Task>, Func<Boolean>)index, text, click, getCheckedAdds a custom check button to the specified position in the bar item collection.
AddCustomCheckButton(String, Func<Task>, Func<Boolean>)text, click, getCheckedAdds a custom check button to the end of the bar item collection.