Skip to main content
A newer version of this page is available. .

ButtonInfoCollection.Add(ButtonInfo) Method

Adds a specified ButtonInfo instance to the ButtonInfoCollection collection.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void Add(
    ButtonInfo item
)

Parameters

Name Type Description
item ButtonInfo

A ButtonInfo object to be added to the collection.

See Also