Class
RadSchedulerTextBoxEditor

Represents a textbox editor in RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RadSchedulerTextBoxEditor : ISchedulerEditor

Inheritance: objectRadSchedulerTextBoxEditor

Implements: ISchedulerEditor

Constructors

RadSchedulerTextBoxEditor()

Initializes a new instance of the RadTextBoxEditor class.

Declaration

cs-api-definition
public RadSchedulerTextBoxEditor()

Fields

appointment

Declaration

cs-api-definition
protected IEvent appointment

Field Value

IEvent

editorManager

Declaration

cs-api-definition
protected IEditorManager editorManager

Field Value

IEditorManager

Properties

AcceptsReturn

Gets or sets whether the editor accepts the enter key in multiline mode

Declaration

cs-api-definition
public bool AcceptsReturn { get; set; }

Property Value

bool

AcceptsTab

Gets or sets whether the editor accepts the tab key in multiline mode

Declaration

cs-api-definition
public bool AcceptsTab { get; set; }

Property Value

bool

CharacterCasing

Indicates if all characters should be left alone or converted to upper or lower case

Declaration

cs-api-definition
public CharacterCasing CharacterCasing { get; set; }

Property Value

CharacterCasing

EditorElement

Gets the RadElement associated with this editor.

Declaration

cs-api-definition
public virtual RadElement EditorElement { get; }

Property Value

RadElement

Implements ISchedulerEditor.EditorElement

MaxLength

Specifies the maximum length of characters which could be entered

Declaration

cs-api-definition
public int MaxLength { get; set; }

Property Value

int

Multiline

The text could span more than a line when the value is true

Declaration

cs-api-definition
public bool Multiline { get; set; }

Property Value

bool

Value

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

Methods

BeginEditorEdit(IEditorManager, IEvent)

Declaration

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

Parameters

editorManager

IEditorManager

appointment

IEvent

Implements ISchedulerEditor.BeginEditorEdit(IEditorManager, IEvent)

EndEditorEdit()

Declaration

cs-api-definition
public virtual bool EndEditorEdit()

Returns

bool

Implements ISchedulerEditor.EndEditorEdit()

OnKeyPress(KeyPressEventArgs)

Handles the key press events in the editor.

Declaration

cs-api-definition
protected virtual void OnKeyPress(KeyPressEventArgs e)

Parameters

e

KeyPressEventArgs

A System.Windows.Forms.KeyPressEventArgs that contains the event data.

OnKeyUp(KeyEventArgs)

Handles the key up events in the editor.

Declaration

cs-api-definition
protected virtual void OnKeyUp(KeyEventArgs e)

Parameters

e

KeyEventArgs

A System.Windows.Forms.KeyEventArgs that contains the event data.

Save()

Declaration

cs-api-definition
public virtual void Save()

Implements ISchedulerEditor.Save()