In This Article

TimePropertyEditor Class

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

public class TimePropertyEditor : DateTimePropertyEditor
Inheritance:
object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase DateTimePropertyEditor object
Derived:
NullableTimePropertyEditor

Constructors

TimePropertyEditor()

Initializes an instance of the TimePropertyEditor class.

public TimePropertyEditor()

TimePropertyEditor(Type)

Initializes an instance of the TimePropertyEditor class.

protected TimePropertyEditor(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