Class ListDescription
The description of a WPF List test object.
public class ListDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
ListDescription
- Implements
- Inherited Members
Constructors
ListDescription()
public ListDescription()
Properties
CanSelectMultiple
Indicates whether the container allows more than one child element to be selected concurrently.
public bool? CanSelectMultiple { get; set; }
Property Value
- bool?
HelpText
The help text associated with the element.
public StringProperty HelpText { get; set; }
Property Value
Items
The list of all items in the list object.
public string[] Items { get; set; }
Property Value
- string[]
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
ParentText
The text associated with the parent object of this object.
public StringProperty ParentText { get; set; }
Property Value
SelectedItems
The list of items that are selected in the list object.
public string[] SelectedItems { get; set; }
Property Value
- string[]