Click or drag to resize
DigitalRuneDropDownOwner Property
Gets the DropDownButton that owns this DropDown.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public DropDownButton Owner { get; }

Property Value

Type: DropDownButton
The DropDownButton that owns this DropDown.
See Also