Gets or sets whether to use parent data manager, if available. Enable if you need to share local variables.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool UseParentDataManager { get; set; }
Visual Basic
Public Property UseParentDataManager As Boolean
	Get
	Set
JScript
function get UseParentDataManager () : boolean
function set UseParentDataManager (value : boolean)

See Also