DateEditPickerButtonAreaViewModel.DateEdit Property
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
public DateEdit DateEdit { get; set; }
Property Value
Type | Description |
---|---|
DateEdit | The DateEdit instance. |
See Also