Click or drag to resize

GUIDropDownListModelItems Property

Defines 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 Items { get; set; }

Property Value

Type: String
Remarks

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

See Also