Class ItemPickerInput
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Sensus.UI.Inputs
Assembly: SensusAndroid.dll
Syntax
public abstract class ItemPickerInput : Input, INotifyPropertyChanged
Constructors
ItemPickerInput()
Declaration
public ItemPickerInput()
ItemPickerInput(String)
Declaration
public ItemPickerInput(string labelText)
Parameters
Type | Name | Description |
---|---|---|
System.String | labelText |
ItemPickerInput(String, String)
Declaration
public ItemPickerInput(string labelText, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | labelText | |
System.String | name |
Properties
IncludeOtherOption
Whether or not to include an Other
option in the list of items.
Declaration
[OnOffUiProperty("Include \"Other\" Option:", true, 13)]
public bool IncludeOtherOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
OtherOptionText
The text to show for the "Other" option in a multiple-choice list.
Declaration
[EntryStringUiProperty("Text for \"Other\" Option:", true, 14, false)]
public string OtherOptionText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The other option text. |
RandomizeItemOrder
Whether or not to randomize the order of items to choose from.
Declaration
[OnOffUiProperty("Randomize Item Order:", true, 12)]
public bool RandomizeItemOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Implements
System.ComponentModel.INotifyPropertyChanged