Skip to main content
A newer version of this page is available. .

AlertButtonCollection.Item[String] Property

Provides access to the buttons in the collection by their names.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public AlertButton this[string name] { get; }

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