When overridden in a derived class, indicates whether the editor can edit the
value of the specified node.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract bool CanEdit( Node node ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Function CanEdit ( _ node As Node _ ) As Boolean |
Parameters
- node
- Type: Mindscape.WpfPropertyGrid..::.Node
The node.