ButtonInfoCollection.AddRange(IEnumerable<ButtonInfo>) Method
In This Article
Adds a collection of buttons to the end of the current collection.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public void AddRange(
IEnumerable<ButtonInfo> buttons
)
#Parameters
Name | Type | Description |
---|---|---|
buttons | IEnumerable<Button |
A collection of Button |
See Also