DatePickerEditor Class
The DatePickerEditor is an in-line editor that can be applied to a Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class DatePickerEditor _
Inherits DatePicker
public class DatePickerEditor : DatePicker
public ref class DatePickerEditor : public DatePicker
public class DatePickerEditor extends DatePicker
Remarks
The editor displays a visual for selecting a date and updates a property value with the result.
The editor can be applied by using the EditorAttribute on a property of the ConfigurationElement.
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
DatePicker
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.DatePickerEditor
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace