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

AlertButton.Owner Property

Gets the alert window that displays the current button.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

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