Table of Contents

Enum CalendarDatePickerFormat

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Specifies date formats for a CalendarDatePicker.

public enum CalendarDatePickerFormat

Fields

Custom = 2

Specifies that the date should be displayed using a custom format string.

Long = 0

Specifies that the date should be displayed using unabbreviated days of the week and month names.

Short = 1

Specifies that the date should be displayed using abbreviated days of the week and month names.