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

TabFormControlBase.ApplicationButtonVisible Property

Gets or sets whether or not the Application Button is visible.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool ApplicationButtonVisible { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the Application Button is visible; otherwise, false.

See Also