Back to Devexpress

DateEdit.IsPickerShown Property

maui-devexpress-dot-maui-dot-editors-dot-dateedit-71c5c290.md

latest841 B
Original Source

DateEdit.IsPickerShown Property

Gets or sets whether the date picker is displayed. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsPickerShown { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true if the date picker is displayed; otherwise, false.

|

See Also

DateEdit Class

DateEdit Members

DevExpress.Maui.Editors Namespace