Gets or sets a value indicating whether the navigation between editors is enabled.

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

Syntax

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

Property Value

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

See Also