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