Gets or sets whether to display the dialog as an edit or create dialog. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public HyperlinkDialogType DialogType { get; set; }
Visual Basic
Public Property DialogType As HyperlinkDialogType
	Get
	Set
Visual C++
public:
property HyperlinkDialogType DialogType {
	HyperlinkDialogType get ();
	void set (HyperlinkDialogType value);
}

Remarks

Dependency Property Information
Identifier fieldDialogTypeProperty
Metadata properties set to trueNone

See Also