Skip to main content
All docs
V22.1

DataFormDateEditorAttribute.PickerActiveViewType Property

Gets or sets whether the calendar displays the day, month, or year view.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string PickerActiveViewType { get; set; }

Property Value

Type Description
String

A value that specifies whether the calendar displays the day, month, or year view.

See Also