AlertButtonCollection.Item[String] Property
Provides access to the buttons in the collection by their names.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string that specifies the name of the button to be located. |
Property Value
| Type | Description |
|---|---|
| AlertButton | An AlertButton object with the specified name. |
See Also