Table of Contents

Class CalendarFilterItem

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public sealed class CalendarFilterItem : NotificationObject, INotifyPropertyChanged
Inheritance
CalendarFilterItem
Implements
Inherited Members
Extension Methods

Constructors

CalendarFilterItem(IDesktopCalendarEntry, bool)

public CalendarFilterItem(IDesktopCalendarEntry entry, bool isSelected)

Parameters

entry IDesktopCalendarEntry
isSelected bool

Properties

Entry

public IDesktopCalendarEntry Entry { get; }

Property Value

IDesktopCalendarEntry

EntryColour

public Brush EntryColour { get; }

Property Value

Brush

EntryText

public string EntryText { get; }

Property Value

string

IsSelected

public bool IsSelected { get; set; }

Property Value

bool