Interface
ISchedulerEditor

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public interface ISchedulerEditor

Properties

EditorElement

Declaration

cs-api-definition
RadElement EditorElement { get; }

Property Value

RadElement

Methods

BeginEditorEdit(IEditorManager, IEvent)

Declaration

cs-api-definition
void BeginEditorEdit(IEditorManager editorManager, IEvent appointment)

Parameters

editorManager

IEditorManager

appointment

IEvent

EndEditorEdit()

Declaration

cs-api-definition
bool EndEditorEdit()

Returns

bool

Save()

Declaration

cs-api-definition
void Save()