Back to Devexpress

AlertButtonCollection.CloseButton Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertbuttoncollection.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AlertButton CloseButton { get; }
vb
Public ReadOnly Property CloseButton As AlertButton

Property Value

TypeDescription
AlertButton

An AlertButton object that contains corresponding settings.

|

See Also

AlertButtonCollection Class

AlertButtonCollection Members

DevExpress.XtraBars.Alerter Namespace