In This Article

DatePropertyEditor Class

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

public class DatePropertyEditor : DateTimePropertyEditor
Inheritance:
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 Type

The type of the property.

Properties

PredefinedValueTemplateKey

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

protected override object PredefinedValueTemplateKey { get; }

Property Value

object:

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

Inherited Members