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

AlertButtonCollection.CloseButton Property

Provides access to the settings of the Close Button, used to close an alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public AlertButton CloseButton { get; }

Property Value

Type Description
AlertButton

An AlertButton object that contains corresponding settings.

See Also