Skip to main content
All docs
V22.1
  • DataFormDateEditorAttribute.UseNativePicker Property

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

    Namespace: DevExpress.XamarinForms.DataForm

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public bool UseNativePicker { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also