Gets a value indicating whether this editor is navigable.
            
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
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: BooleanAlways false.






