ButtonInfoCollection.Add(ButtonInfo) Method
Adds a specified ButtonInfo instance to the ButtonInfoCollection collection.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ButtonInfo | A ButtonInfo object to be added to the collection. |
See Also