When overridden in a derived class, gets whether the node value can be modified.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public abstract bool CanWrite { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanWrite As Boolean

See Also