Skip to main content

ButtonInfoCollection.Add(SpinButtonInfo) Method

Adds a specified DevExpress.Xpf.Editors.SpinButtonInfo 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(
    SpinButtonInfo item
)

Parameters

Name Type Description
item SpinButtonInfo

A DevExpress.Xpf.Editors.SpinButtonInfo object to be added to the collection.

See Also