ClassRadMaskedEditBoxEditor
Represents a masked editbox editor in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
[RadToolboxItem(false)]
public class RadMaskedEditBoxEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseGridEditorRadMaskedEditBoxEditor
Implements:
Inherited Members
Constructors
RadMaskedEditBoxEditor()
Initializes a new instance of the RadMaskedEditBoxEditor class.
Declaration
public RadMaskedEditBoxEditor()
Properties
DataType
Gets the type of the editor value
MaskTextBox
Gets the instance of this editor.
Declaration
public RadMaskedEditBoxEditorElement MaskTextBox { get; }
Property Value
NullValue
Gets or sets the prompt text that is displayed when the TextBox contains no text.
Methods
BeginEdit()
Begins the edit operation.
Declaration
public override void BeginEdit()
Overrides
ClearEditorValueIfNeeded()
Clears the editor value if needed.
Declaration
protected virtual void ClearEditorValueIfNeeded()
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
a RadElement if successful
Overrides
EndEdit()
Ends the edit operation.
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public override void OnKeyDown(KeyEventArgs e)
Parameters
e
Overrides
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.