Skip to main content

AlertButton.Owner Property

Gets the alert window that displays the current button.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public AlertFormCore Owner { get; }

Property Value

Type Description
DevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object that displays the current button.

See Also