TabFormControlBase.ApplicationButtonDropDownControl Property
In This Article
Gets or sets the dropdown control invoked with a click on the Application Button.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.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. |
See Also