Navigates the C1Scheduler control to the nearest
Appointment in the GroupItems with the specified owner object.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public bool NavigateToAppointment( BaseObject owner, bool previous, Nullable<DateTime> startTime ) |
Visual Basic |
---|
Public Function NavigateToAppointment ( _ owner As BaseObject, _ previous As Boolean, _ startTime As Nullable(Of DateTime) _ ) As Boolean |
Parameters
- owner
- Type: C1.C1Schedule..::..BaseObject
An owner object determining the SchedulerGroupItem to search through.
- previous
- Type: System..::..Boolean
If true, means the backward direction; forward direction otherwise.
- startTime
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
The start DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.