Class VisibleDatesChangedEventArgs
The Visible Dates Changed Event Argument returns the visible dates of the current visible view in schedule.
Inheritance
System.Object
VisibleDatesChangedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class VisibleDatesChangedEventArgs : EventArgs
Constructors
VisibleDatesChangedEventArgs()
Initializes a new instance of the VisibleDatesChangedEventArgs class.
Declaration
public VisibleDatesChangedEventArgs()
Properties
Schedule
Gets returns schedule object.
Declaration
public SfSchedule Schedule { get; }
Property Value
Type |
---|
SfSchedule |
visibleDates
Gets returns Visible dates collection.
Declaration
public List<DateTime> visibleDates { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.DateTime> |