Skip to main content

DataFormDateEditorAttribute.PickerActiveViewType Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.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