AlertButtonCollection.CloseButton Property
In This Article
Provides access to the settings of the Close Button, used to close an alert window.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public AlertButton CloseButton { get; }
#Property Value
Type | Description |
---|---|
Alert |
An Alert |
See Also