Version

MonthViewDayContentDisplayMode Enumeration

Indicates the type of content displayed in a MonthView day.
Syntax
public enum MonthViewDayContentDisplayMode : System.Enum 
Members
MemberDescription
ActivitySubjectIndicates that the Infragistics.Scheduler.ActivityBase.Subject (tinted using a color derived from the Infragistics.Scheduler.ScheduleResource.BaseColor defined on the Infragistics.Scheduler.ScheduleResource associated with the Infragistics.Scheduler.ActivityBase being represented) should be displayed.
SquareIndicatorIndicates that a square indicator (tinted using a color derived from the Infragistics.Scheduler.ScheduleResource.BaseColor defined on the Infragistics.Scheduler.ScheduleResource associated with the Infragistics.Scheduler.ActivityBase being represented) should be displayed.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also