Skip to main content
Bar

PopupControlContainer.Activator Property

Specifies the object which activates a popup control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual object Activator { get; set; }

Property Value

Type Description
Object

An object that activates a popup control.

Remarks

This property returns an object activating the popup control. For instance, if the popup control is displayed when a bar button is clicked, this property value contains a BarItemLink instance.

See Also