DateEdit.IsPickerShown Property
Gets or sets whether the date 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 date picker is displayed; otherwise, false. |
See Also