Add busy state support for calendar item view models (#810)
This commit is contained in:
@@ -11,6 +11,8 @@ public interface ICalendarItemViewModel
|
||||
{
|
||||
bool IsSelected { get; set; }
|
||||
|
||||
bool IsBusy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The period of the day where this item is currently being displayed.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user