[]
The GoToDate represents the dialog form for specifying target date and view to switch the C1Schedule component to.
public class GoToDate : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| GoToDate(C1Schedule, string, DateTime) | Initializes a new instance of the GoToDate form. |
| GoToDate(string, DateTime) | Initializes a new instance of the GoToDate form. |
| Name | Description |
|---|---|
| Date | Gets the DateTime value specifying the target date selected by user. |
| ViewType | Gets the ScheduleViewEnum value specifying the target view type selected by user. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |