Namespace Syncfusion.Windows.Forms.Schedule
Classes
AdjustingAppointmentMouseWithEventArgs
Provides data for the AdjustingAppointmentWithMouse event. |
AlertForm
Displays appointment reminder alerts. |
AppointmentForm
Displays a form allowing a user to edit information in a IScheduleAppointment. |
AppointmentTimeChangedEventArgs
Provides data for the AppointmentTimeChanged event. |
ColorComboBox
Implements a dropdown list with colors associated with each list item. |
ContextMenuRenderer
Implements the renderer for metro ContextMenu customization. |
DateSelections
Holds a collection of DateTime objects. |
DateValueEventArgs
Provides data for the DateValueChanging and DateValueChanged event. |
FillPanel
Represents the control that is displayed in ScheduleControl as Layout panel. |
MetroAppointmentForm
Displays a form allowing a user to edit information in a IScheduleAppointment. |
NavigationCalendar
A class to display one or more calendars that can be used to select particular dates or date ranges to be displayed in the ScheduleControl. |
ParseDisplayItemEventArgs
Provides data about the ParseDisplayItem event. |
RecurringEditConfirmationForm
Displays a confirmation dialog for editing a recurring appointment. |
RecurringForm
Form which displays the recurring appointment information. |
RTLComboBoxBase
For internal use. |
RTLGroupBox
For internal use. |
RTLPanel
For internal use. |
ScheduleAppearance
Implements the functionality of colors and fonts styles for ScheduleControl. |
ScheduleAppointmentClickEventArgs
Provides data for the ScheduleAppointmentClick event.
|
ScheduleContextMenuClickEventArgs
Provides data for the ScheduleContextMenuClick event. |
ScheduleControl
Represents a control that provides the basic scheduling functionality. It serves as a wrapper class for a ScheduleGrid and a NavigationCalendar that work together to provide this scheduling functionality. |
ScheduleGrid
A ScheduleGrid class illustrates the grid that holds the schedule items, possibly for multiple days. |
ScheduleGrid.AdvancedToolTip
Implements the Tooltip in advanced mode for the ScheduleControl. |
ScheduleGrid.ShowingAdvancedTooltipEventArgs
Provides data for the ShowingAdvancedToolTip event. |
ScheduleGridCreatedEventArgs
Provides data for the ScheduleGridCreated event. |
ShowingAppointFormEventArgs
Provides data for the ShowingAppointmentForm event. |
SpanLayoutManager
Implements the functionality of span layout for ScheduleControl.Only for internal use. |
TranparentLabel
Creates a transparent label that is used to display the schedule appointments. |
Enums
ScheduleAppearance.MoreItemsArrowDirections
Defines the constants that specify the position of the more items Arrow Directions. |
ScheduleAppointmentClickType
Defines the constants that specify the possible types of clicks on a calendar. |
ScheduleGrid.AdvancedToolTip.ArrowHeadDirection
Defines the constants that specify the ArrowHeadDirection of the ToolTip. |
ScheduleViewType
Defines the constants that specify the possible display types you can see in a ScheduleControl. |
Delegates
AdjustingAppointmentWithMouseEventHandler
Represents the method that will handle the AdjustingAppointmentWithMouse event. |
AppointmentTimeChangedEventHandler
Represents the method that will handle the AppointmentTimeChanged event. |
DateValueChangedEventHandler
Represents a method that handles an event with System.EventArgs arguments which is raised when a DateValue has changed. |
DateValueChangingEventHandler
Represents a method that handles an event with DateValueEventArgs arguments which is raised when a DateValue is about to change. |
ParseDisplayItemEventHandler
Represents the method that will handle the ParseDisplayItem event. |
ScheduleAppointmentClickEventHandler
Represents the method that will handle the ScheduleAppointmentClick event. |
ScheduleContextMenuClickEventHandler
Represents the method that will handle the ScheduleContextMenuClick event. |
ScheduleGrid.ShowingAdvancedToolTipEventHandler
Represents the method that will handle the ShowingAdvancedToolTip event. |
ScheduleGridCreatedEventHandler
Represents the method that will handle the ScheduleGridCreated event. |
SelectionsChangedEventHandler
Represents a method that handles an SelectionsChanged event |
ShowingAppointmentFormHandler
A cancelable event that occurs before the Appointment form is displayed. You can swap the the displayed form through the events arguments. |