Table of Contents

Class MonthModel

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public class MonthModel
Inheritance
MonthModel
Inherited Members

Constructors

MonthModel(IEnumerable<DayModel>)

public MonthModel(IEnumerable<DayModel> days)

Parameters

days IEnumerable<DayModel>

Properties

Days

public IEnumerable<DayModel> Days { get; }

Property Value

IEnumerable<DayModel>