Class SchedulerInplaceEditorControl
Inheritance
System.Object
SchedulerInplaceEditorControl
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerInplaceEditorControl : UserControl, ISchedulerEditor
Constructors
SchedulerInplaceEditorControl()
Declaration
public SchedulerInplaceEditorControl()
Fields
appointment
editorManager
Properties
EditorElement
Methods
ApplyTheme(String)
Apply theme to the RadControls
Declaration
public void ApplyTheme(string themeName)
Parameters
System.String
themeName
|
BeginEditorEdit(IEditorManager, IEvent)
Declaration
public void BeginEditorEdit(IEditorManager editorManager, IEvent appointment)
Parameters
IEditorManager
editorManager
|
IEvent
appointment
|
Implements
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
EndEditorEdit()
Declaration
public bool EndEditorEdit()
Returns
System.Boolean
|
Implements
LoadBackgrounds()
Declaration
protected virtual void LoadBackgrounds()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|