A base class for picker controls.
The following tables list the members exposed by the Picker type.
Name | Description | |
---|---|---|
Initializes a new instance of the Picker class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether empty input is considered valid. |
||
Gets or sets a value indicating the display mode of the dropdown button. |
||
Gets or sets a value indicating the display mode of the clear button. |
||
Gets or sets a value indicating whether a wrapper div element should be created for the control. |
||
Gets or sets the height of the dropdown. |
||
Gets or sets the offset of the dropdown. |
||
Gets or sets the width of the dropdown. |
||
Gets or sets the string to display when the input is invalid. |
||
Gets or sets the validation state of the control. |
Name | Description | |
---|---|---|
Control.attach override. |
||
Control.detach override. |
||
Control.dispose override. |
||
Control.draw override. |
||
Validates keyboard input. |
Name | Description | |
---|---|---|
Raised when the dropdown is closed. |
||
Raised when the dropdown is shown. |
||
Raised when the control validation state is changed. |
||
Raised when the dropdown is closed. |
||
Raised when the control value is changed. |
||
Raised when the control value is changing. |