Skip to main content
A newer version of this page is available. .

DateEdit.UseNativePicker Property

Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool UseNativePicker { get; set; }

Property Value

Type Default Description
Boolean false

true to use a native date picker; otherwise, false.

See Also