SchedulerInplaceEditorEventArgs Properties
Provides parameters which can be used to instantiate a custom in-place editor within the SchedulerControl.InplaceEditorShowing event handler.| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of the inplace editor. |
| BackColor2 | The color which is interpreted as the second color of the background’s gradient brush. |
| Bounds | Gets or sets the size and location of the inplace editor. |
| Control | Gets or sets the containing Scheduler control. |
| Font | Gets or sets the font of the text displayed by the inplace editor. |
| ForeColor | Gets or sets the foreground color of the inplace editor. |
| Handled | Gets or sets whether an event was handled and no default actions are required. |
| UseFullCellEditor | Indicates whether the in-place editor should occupy the entire time cell. |
| ViewInfo | Gets or sets the object which contains the information used to render the appointment. |
See Also