GoXam for WPF v3
FindIsGroupForNode Method (PartsModel)
Northwoods.GoXam.Model Namespace > PartsModel Class : FindIsGroupForNode Method
Find whether a node data is a group or container of other nodes.
Syntax
protected override bool FindIsGroupForNode( 
   Node nodedata
)

Parameters

nodedata
Remarks

This is called on each node data that is added to the model, to decide whether the data represents a group node.

This is used for model discovery. This method can be overridden in case the NodeIsGroupPath property path is not flexible enough or fast enough to determine the value.

See Also

Reference

PartsModel Class
PartsModel Members