TimeEdit.IsPickerShown Property
Gets or sets whether the time picker is displayed.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsPickerShown { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if the time picker is displayed; otherwise, false. |
Remarks
When a user taps the editor, it invokes the standard iOS or Android time picker that allows the user to select the time.

See Also