Class MonthInlineLoadedEventArgs
The Month Inline Loaded Event Arguments contains properties to customize the appearance and returns the appointment collection of loaded inline view.
Inheritance
System.Object
MonthInlineLoadedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class MonthInlineLoadedEventArgs : EventArgs
Constructors
MonthInlineLoadedEventArgs()
Initializes a new instance of the MonthInlineLoadedEventArgs class.
Declaration
public MonthInlineLoadedEventArgs()
Properties
appointments
Gets or sets the appointments collection for the loaded month inline view in the type of IEnumerable.
Declaration
public IEnumerable appointments { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |
monthInlineViewStyle
Gets or sets Inline Appointment style it has properties to customize the appearance of the appointment in loaded inline view.
Declaration
public MonthInlineViewStyle monthInlineViewStyle { get; set; }
Property Value
Type |
---|
MonthInlineViewStyle |
selectedDate
Gets or sets the selected date value contains the selected date of the loaded month inline view in the type of DateTime.
Declaration
public DateTime selectedDate { get; set; }
Property Value
Type |
---|
System.DateTime |