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.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<ButtonInfo>

A collection of ButtonInfo objects.

See Also