GoXam for WPF v3
NodeIsGroupPath Property (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : NodeIsGroupPath Property
Gets or sets a property path that that specifies how to find out whether a node data is also a "container" group.
Syntax
public string NodeIsGroupPath {get; set;}

Property Value

This defaults to an empty string, which causes FindIsGroupForNode to return false. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindIsGroupForNode for most cases.

The value of this property path applied to a node data object must be a boolean.

See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members