ClassVirtualGridMaskedEditBoxEditor
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
VirtualGridMaskedEditBoxEditor()
Initializes a new instance of the VirtualGridMaskedEditBoxEditor class.
Declaration
public VirtualGridMaskedEditBoxEditor()
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()
Starts the editing process. Used internally in RadGridView.
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()
Finishes the editing process. Used internally in RadGridView.
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.