Class VirtualGridMaskedEditBoxEditor
Represents a masked editbox editor in RadVirtualGrid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[RadToolboxItem(false)]
public class VirtualGridMaskedEditBoxEditor : BaseVirtualGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
VirtualGridMaskedEditBoxEditor()
Initializes a new instance of the VirtualGridMaskedEditBoxEditor class.
Declaration
public VirtualGridMaskedEditBoxEditor()
Properties
DataType
Gets the type of the editor value
Declaration
public override Type DataType { get; }
Property Value
System.Type
|
Overrides
MaskTextBox
Gets the instance of this editor.
Declaration
public RadMaskedEditBoxEditorElement MaskTextBox { get; }
Property Value
RadMaskedEditBoxEditorElement
|
NullValue
Gets or sets the prompt text that is displayed when the TextBox contains no text.
Declaration
public string NullValue { get; set; }
Property Value
System.String
|
Value
Gets or sets the value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
The value. |
Overrides
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
RadElement
a RadElement if successful |
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
Declaration
public override bool EndEdit()
Returns
System.Boolean
|
Overrides
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnKeyUp(KeyEventArgs)
Handles the key up events in the editor.
Declaration
protected virtual void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
A System.Windows.Forms.KeyEventArgs that contains the event data. |