Table of Contents

Class DesktopCalendarEntrySource<T>

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public class DesktopCalendarEntrySource<T> : CalendarEntrySource<T>, IDesktopCalendarEntrySource, ICalendarEntrySource where T : IEntity<T>

Type Parameters

T
Inheritance
DesktopCalendarEntrySource<T>
Implements
Inherited Members

Constructors

DesktopCalendarEntrySource(AttributeInfo, Expression<Func<T, bool>>, Func<T, string>, Brush, Func<T, ICommand>)

public DesktopCalendarEntrySource(AttributeInfo dateAttribute, Expression<Func<T, bool>> query, Func<T, string> title, Brush colour, Func<T, ICommand> command)

Parameters

dateAttribute AttributeInfo
query Expression<Func<T, bool>>
title Func<T, string>
colour Brush
command Func<T, ICommand>

Properties

Colour

public Brush Colour { get; }

Property Value

Brush