ClassSelectionValues
Class
The list of values for a select dropdown
Definition
Namespace:ArtOfTest.WebAii.Design
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class SelectionValues : INotifyPropertyChanged
Inheritance: objectSelectionValues
Implements:
Constructors
SelectionValues()
Declaration
cs-api-definition
public SelectionValues()
Properties
DisplayName
Declaration
cs-api-definition
[Browsable(false)]
public string DisplayName { get; }
Property Value
Index
Declaration
cs-api-definition
[DataMember(Name = "Index")]
public int Index { get; set; }
Property Value
Text
Declaration
cs-api-definition
[DataMember(Name = "Text")]
public string Text { get; set; }
Property Value
Methods
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements