AlertButtonCollection.Add(Object) Method
Adds a new button to the collection.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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