Class RadMaskedEditBoxEditor
Represents a masked editbox editor in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[RadToolboxItem(false)]
public class RadMaskedEditBoxEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadMaskedEditBoxEditor()
Initializes a new instance of the RadMaskedEditBoxEditor class.
Declaration
public RadMaskedEditBoxEditor()
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 editor value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
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
RadElement
a RadElement if successful |
Overrides
EndEdit()
Ends the edit operation.
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. |