BaseDateTimeEditor
Represents a date time editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[RadToolboxItem(false)]
public class BaseDateTimeEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseDateTimeEditor
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadDateTimeEditor class.
public BaseDateTimeEditor()
Properties
Gets or sets the custom date/time format string.
public string CustomFormat { get; set; }
Gets a value indicating whether the editor value is modified.
public override bool IsModified { get; }
Overrides:
Gets or sets the maximum date and time that can be selected in the editor.
public DateTime MaxValue { get; set; }
Gets or sets the minimum date and time that can be selected in the editor.
public DateTime MinValue { get; set; }
The DateTime value assigned to the date picker when the Value is null
public DateTime NullValue { get; set; }
Methods
Starts the editing process. Used internally in RadGridView.
public override void BeginEdit()
Overrides:
Creates a new editor element.
protected override RadElement CreateEditorElement()
a RadElement if successful
Overrides:
Finishes the editing process. Used internally in RadGridView.
protected virtual void OnLostFocus()