Click or drag to resize

GUIDropDownListModelTarget Property

Defines the source of the list of items in the Drop Down List.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Target { get; set; }

Property Value

Type: String
Remarks

This property cannot be used at the same time as the Items property.

See Also