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
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["CalendarMode"] class Type type-node

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