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