In This Article

GuidPropertyEditor Class

Represents a PropertyEditor for editing a Guid value with a GuidEditBox.

public class GuidPropertyEditor : PartEditBoxPropertyEditorBase
Inheritance:
object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase object
Derived:
NullableGuidPropertyEditor

Constructors

GuidPropertyEditor()

Initializes an instance of the GuidPropertyEditor class.

public GuidPropertyEditor()

GuidPropertyEditor(Type)

Initializes an instance of the GuidPropertyEditor class.

protected GuidPropertyEditor(Type propertyType)
Parameter Type Description
propertyType Type

The type of the property.

Properties

Format

Gets or sets the GUID format string.

public string Format { get; set; }

Property Value

string:

The GUID format string. The default value is "D".

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