DateEditPickerButtonAreaViewModel.DateEdit Property
In This Article
Gets or sets the DateEdit instance that is displayed in the picker.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DateEdit DateEdit { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The Date |
See Also