 | TreeEventLogical property |
Logical value of the node that reports the event (true, false or null).
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? Logical { get; }
Public ReadOnly Property Logical As Boolean?
Get
public:
property Nullable<bool> Logical {
Nullable<bool> get ();
}
member Logical : Nullable<bool> with get
Property value
NullableBoolean
See also