InertButton.DropDown Property

DevZest WPF Docking

InertButtonDropDown Property
Gets or sets the drop-down ContextMenu.

Namespace: DevZest.Windows.Docking.Primitives
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 drop-down ContextMenu.
Remarks
You can assign a ContextMenu to DropDown property directly, or assign a collection to DropDownItemsSource to generate a context menu, and use DropDownItemStyle property to apply a Style to the generated MenuItem. The DropDown property takes precedence over DropDownItemsSource property.
See Also