New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class SchedulerInplaceEditorControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISchedulerEditor

Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlSchedulerInplaceEditorControl...

Implements: IBindableComponentIComponentIContainerControlIDisposableIDropTargetISchedulerEditorISynchronizeInvokeIWin32Window...

Constructors

C#
public SchedulerInplaceEditorControl()

Fields

C#
protected IEvent appointment
C#
protected IEditorManager editorManager

Properties

C#
public RadElement EditorElement { get; }

Implements: ISchedulerEditor.EditorElement

Methods

Apply theme to the RadControls

C#
public void ApplyTheme(string themeName)
Parameters:themeNamestring
C#
public void BeginEditorEdit(IEditorManager editorManager, IEvent appointment)
Parameters:editorManagerIEditorManagerappointmentIEvent

Implements: ISchedulerEditor.BeginEditorEdit(IEditorManager, IEvent)

Clean up any resources being used.

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true if managed resources should be disposed; otherwise, false.

Overrides: ContainerControl.Dispose(bool)

C#
public bool EndEditorEdit()
Returns:

bool

Implements: ISchedulerEditor.EndEditorEdit()

C#
protected virtual void LoadBackgrounds()
C#
protected override void OnLoad(EventArgs e)
Parameters:eEventArgs

Overrides: UserControl.OnLoad(EventArgs)

C#
public void Save()

Implements: ISchedulerEditor.Save()