Represents a masked editbox editor in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
[RadToolboxItem(false)]
public class RadMaskedEditBoxEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseGridEditorRadMaskedEditBoxEditor
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadMaskedEditBoxEditor class.
C#
public RadMaskedEditBoxEditor()
Properties
Gets the instance of this editor.
C#
public RadMaskedEditBoxEditorElement MaskTextBox { get; }
Gets or sets the prompt text that is displayed when the TextBox contains no text.
C#
public string NullValue { get; set; }
Methods
Begins the edit operation.
C#
public override void BeginEdit()
Overrides:
Clears the editor value if needed.
C#
protected virtual void ClearEditorValueIfNeeded()
Creates a new editor element.
C#
protected override RadElement CreateEditorElement()
a RadElement if successful
Overrides:
Translates system key down events to the owner element.
Handles the key up events in the editor.
C#
protected virtual void OnKeyUp(KeyEventArgs e)
A System.Windows.Forms.KeyEventArgs that contains the event data.