Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertButton CloseButton { get; }

Property Value

Type Description
AlertButton

An AlertButton object that contains corresponding settings.

See Also