ISchedulerInplaceEditor Properties
Provides methods to customize properties of an in-place editor.Name | Description |
---|---|
BackColor | Gets or sets the background color of the control. |
Bounds | Gets or sets the size and location of the control. |
Font | Gets or sets the font of the text displayed by the control. |
ForeColor | Gets or sets the foreground color of the control. |
Parent | Gets or sets the parent container of the control. |
Text | Gets or sets the current text in the control. |
Visible | Gets or sets a value indicating whether the control is displayed. |
See Also