Class DropDownControlArea
Represents a control with a single piece of content of any type.
public class DropDownControlArea : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
DropDownControlArea
- Implements
- Inherited Members
- Extension Methods
Fields
DropDownContextMenuDataContextProperty
DropDownContextMenuDataContext dependency property.
public static readonly DependencyProperty DropDownContextMenuDataContextProperty
Field Value
DropDownContextMenuProperty
DropDownContextMenu dependency property.
public static readonly DependencyProperty DropDownContextMenuProperty
Field Value
Properties
DropDownContextMenu
Gets/sets the drop down menu to show up when user click on an anchorable menu pin.
[Bindable(true)]
public ContextMenu DropDownContextMenu { get; set; }
Property Value
DropDownContextMenuDataContext
Gets/sets the DataContext to set for the DropDownContext menu property.
[Bindable(true)]
public object DropDownContextMenuDataContext { get; set; }