Skip to main content

AlertButtonCollection.Add(Object) Method

Adds a new button to the collection.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Add(
    object item
)

Parameters

Name Type Description
item Object

An AlertButton to be added to the collection.

Returns

Type Description
Int32

An integer value that specifies the index of this button in the current collection.

See Also