Gets a value indicating whether this editor is navigable.

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

Syntax

C#
public virtual bool Navigable { get; }
Visual Basic
Public Overridable ReadOnly Property Navigable As Boolean
	Get
Visual C++
public:
virtual property bool Navigable {
	bool get ();
}
F#
abstract Navigable : bool with get
override Navigable : bool with get

Property Value

Type: Boolean
true if navigable; otherwise, false.

See Also