Gets or sets a value indicating whether in case of the Link operation the content is linked with the whole hierarchy.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool LinkWithHierarchy { get; set; }
Visual Basic
Public Property LinkWithHierarchy As Boolean
	Get
	Set
Visual C++
public:
property bool LinkWithHierarchy {
	bool get ();
	void set (bool value);
}
F#
member LinkWithHierarchy : bool with get, set

Property Value

Type: Boolean
true if the content is linked with hierarchy; otherwise, false.

See Also