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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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