Click or drag to resize
DigitalRuneDropDownButtonCreateControlForItem Property
Gets or sets the method that creates UIControls for the Items.

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 Func<Object, UIControl> CreateControlForItem { get; set; }

Property Value

Type: FuncObject, UIControl
The method that creates UIControls for the Items. If this property is , TextBlocks are used to display the Items. The default is .
See Also