Skip to main content
Bar

TabFormControlBase.ApplicationButtonDropDownControl Property

Gets or sets the dropdown control invoked with a click on the Application Button.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual object ApplicationButtonDropDownControl { get; set; }

Property Value

Type Default Description
Object null

A Control or DevExpress.XtraBars.PopupControl object specifying the dropdown control.

See Also