Class GridTimeSpanPickerEditor
Represents an editor for selecting time intervals in RadGridView
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridTimeSpanPickerEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
GridTimeSpanPickerEditor()
Declaration
public GridTimeSpanPickerEditor()
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
|