Class RadSchedulerTextBoxEditor
Represents a textbox editor in RadGridView.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RadSchedulerTextBoxEditor : ISchedulerEditor
Constructors
RadSchedulerTextBoxEditor()
Initializes a new instance of the RadTextBoxEditor class.
Declaration
public RadSchedulerTextBoxEditor()
Fields
appointment
editorManager
Properties
AcceptsReturn
Gets or sets whether the editor accepts the enter key in multiline mode
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
AcceptsTab
Gets or sets whether the editor accepts the tab key in multiline mode
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
CharacterCasing
Indicates if all characters should be left alone or converted to upper or lower case
Declaration
public CharacterCasing CharacterCasing { get; set; }
Property Value
System.Windows.Forms.CharacterCasing
|
EditorElement
Gets the RadElement associated with this editor.
Declaration
public virtual RadElement EditorElement { get; }
Property Value
RadElement
|
Implements
MaxLength
Specifies the maximum length of characters which could be entered
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
Multiline
The text could span more than a line when the value is true
Declaration
public bool Multiline { get; set; }
Property Value
System.Boolean
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
BeginEditorEdit(IEditorManager, IEvent)
Declaration
public virtual void BeginEditorEdit(IEditorManager editorManager, IEvent appointment)
Parameters
IEditorManager
editorManager
|
IEvent
appointment
|
Implements
EndEditorEdit()
Declaration
public virtual bool EndEditorEdit()
Returns
System.Boolean
|
Implements
OnKeyPress(KeyPressEventArgs)
Handles the key press events in the editor.
Declaration
protected virtual void OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
A System.Windows.Forms.KeyPressEventArgs that contains the event data. |
OnKeyUp(KeyEventArgs)
Handles the key up events in the editor.
Declaration
protected virtual void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
A System.Windows.Forms.KeyEventArgs that contains the event data. |