Gets a value indicating whether navigation between editors is enabled.

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

Syntax

C#
bool AllowNavigation { get; }
Visual Basic
ReadOnly Property AllowNavigation As Boolean
	Get
Visual C++
property bool AllowNavigation {
	bool get ();
}
F#
abstract AllowNavigation : bool with get

Property Value

Type: Boolean
true if navigation is enabled; otherwise, false.

See Also