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 class.

public GuidPropertyEditor()

GuidPropertyEditor(Type)

Initializes an instance of the class.

protected GuidPropertyEditor(Type propertyType)
Parameter Type Description
propertyType Type

The type of the property.

Properties

Format

The GUID format string.

public string Format { get; set; }

Property Value

string:

The default value is "D".

HasPopup

Indicates whether the control has a popup available.

public bool HasPopup { get; set; }

Property Value

bool:

true if the control has a popup available; otherwise false. The default value is true.

IsArrowKeyPartNavigationEnabled

Indicates whether the left/right arrow keys can be used to move between and select editable parts.

public bool IsArrowKeyPartNavigationEnabled { get; set; }

Property Value

bool:

true if the left/right arrow keys can be used to move between and select editable parts; otherwise false. The default value is false.

PredefinedValueTemplateKey

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

Inherited Members

Extension Methods