Skip to main content

ButtonInfoCollection.AddRange(IEnumerable<ButtonInfo>) Method

In This Article

Adds a collection of buttons to the end of the current collection.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public void AddRange(
    IEnumerable<ButtonInfo> buttons
)

#Parameters

Name Type Description
buttons IEnumerable<ButtonInfo>

A collection of ButtonInfo objects.

See Also