Skip to main content

DateEdit Methods

Represents a date editor with a dropdown calendar.
Name Description
BeginInit() Starts the BaseEdit‘s initialization. Initialization occurs at runtime. Inherited from BaseEdit.
ClearError() Clears error notification and resets the editor’s value. Inherited from BaseEdit.
Cut() Moves the current selection in the text editor to the clipboard. Inherited from TextEdit.
Delete() Deletes the currently selected text from the text editor. Inherited from TextEdit.
DoValidate() Validates the editor. Inherited from BaseEdit.
EndInit() Ends the BaseEdit‘s initialization. Inherited from BaseEdit.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDisplayTextFromValue(Object) Returns the display representation of the specified value. Inherited from TextEdit.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIsInLayoutControl(DependencyObject) static This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit.
GetType() Gets the Type of the current instance. Inherited from Object.
Maximize() Sets the editor’s value to the maximum allowed value.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Minimize() Sets the editor’s value to the minimum allowed value.
Paste() Replaces the current selection in the text editor with the contents of the clipboard. Inherited from TextEdit.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Select(Int32, Int32) Selects the specified number of characters in the text editor, starting from the point specified. Inherited from TextEdit.
SelectAll() Selects the editor’s entire content. Inherited from TextEdit.
SetIsInLayoutControl(DependencyObject, Boolean) static This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit.
SpinDown() Decrements the value of a masked editor. Inherited from TextEdit.
SpinUp() Increments the value of a masked editor. Inherited from TextEdit.
ToString() Returns a string that represents the current object. Inherited from Object.
Undo() Undoes the last edit operation in the text control. Inherited from TextEdit.
UpdateDisplayText() Inherited from BaseEdit.
See Also