Skip to main content

DataFormDateItem.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.DataForm

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