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