Class CalendarDay
public class CalendarDay
- Inheritance
-
CalendarDay
- Inherited Members
Constructors
CalendarDay(DateTime, bool, bool, bool)
public CalendarDay(DateTime date, bool isCurrentMonth, bool isEnabled, bool isSelected)
Parameters
Properties
Date
public DateTime Date { get; }
Property Value
IsCurrentMonth
public bool IsCurrentMonth { get; }
Property Value
IsEnabled
public bool IsEnabled { get; }
Property Value
IsSelected
public bool IsSelected { get; }