Skip to main content

ButtonInfoCollection.Add(ButtonInfo) Method

Adds a specified ButtonInfo instance to the ButtonInfoCollection collection.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.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