CalendarMode Enum

Summary

Specifies values for the different modes of operation of a Calendar.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
CalendarMode
Enum
ValueType
object
IComparable
IFormattable
IConvertible

Syntax

public enum CalendarMode

Fields

Name Constant Value Summary
Decade 2
The Calendar displays a decade at a time.
static
Month 0
The Calendar displays a month at a time.
static
Year 1
The Calendar displays a year at a time.
static

Extension Methods