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

TabFormControlBase.ApplicationButtonDropDownControl Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
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