GoXam for WPF v3
Key Property (GraphModelNodeData<NodeKey>)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
GraphModelNodeData<NodeKey> Class
: Key Property
Gets or sets the key property for this node data.
Syntax
C#
public
NodeKey
Key {
get
;
set
;}
Property Value
The type is the parameterized type
NodeKey
, which must be compatible with and should the same as the NodeKey type parameter used for the model,
GraphModel<NodeType,NodeKey>
.
See Also
Reference
GraphModelNodeData<NodeKey> Class
GraphModelNodeData<NodeKey> Members