DropDownButton.DropDown Property

DevZest WPF Docking

DropDownButtonDropDown Property
Gets or sets the drop down ContextMenu. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public ContextMenu DropDown { get; set; }
Public Property DropDown As ContextMenu
	Get
	Set

Property Value

Type: ContextMenu
The ContextMenu to drop down. The default value is .
See Also