Class GridTimePickerEditor
Represents an editor for selecting dates in RadGridView
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridTimePickerEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
GridTimePickerEditor()
Declaration
public GridTimePickerEditor()
Properties
DataType
Gets the type of the editor value
Declaration
public override Type DataType { get; }
Property Value
System.Type
|
Overrides
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
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
|