Gets a value indicating whether this UITypeEditorEx 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 override bool Navigable { get; }
Visual Basic
Public Overrides ReadOnly Property Navigable As Boolean
	Get
Visual C++
public:
virtual property bool Navigable {
	bool get () override;
}
F#
abstract Navigable : bool with get
override Navigable : bool with get

Property Value

Type: Boolean
true if navigable; otherwise, false.

See Also