ClassGridTimeSpanPickerEditor
Class
Represents an editor for selecting time intervals in RadGridView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridTimeSpanPickerEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseGridEditorGridTimeSpanPickerEditor
Implements:
Inherited Members
Constructors
GridTimeSpanPickerEditor()
Declaration
cs-api-definition
public GridTimeSpanPickerEditor()
Properties
DataType
Gets the type of the editor value
Methods
BeginEdit()
Starts the editing process. Used internally in RadGridView.
Declaration
cs-api-definition
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates a new editor element.
Declaration
cs-api-definition
protected override RadElement CreateEditorElement()
Returns
a RadElement if successful
Overrides