In This Article

DatePropertyEditor Class

Represents a PropertyEditor for editing a DateTime value with a DateEditBox.

public class DatePropertyEditor : DateTimePropertyEditor, INotifyPropertyChanged
Inheritance:
System.Object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase DateTimePropertyEditor Object
Derived:
NullableDatePropertyEditor

Constructors

DatePropertyEditor()

Initializes an instance of the DatePropertyEditor class.

public DatePropertyEditor()

DatePropertyEditor(Type)

Initializes an instance of the DatePropertyEditor class.

protected DatePropertyEditor(Type propertyType)
Parameter Type Description
propertyType System.Type

The type of the property.

Properties

PredefinedValueTemplateKey

Gets the resource key that references a pre-defined System.Windows.DataTemplate within internal resources to use for editing the property value.

protected override object PredefinedValueTemplateKey { get; }

Property Value

System.Object:

The resource key that references a pre-defined System.Windows.DataTemplate within internal resources to use for editing the property value.

Inherited Members