MindFusion.Wpf Pack Programmer's Guide
TableNode.Cell.Template Property
See Also
 





Gets or sets the DataTemplate used to display this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DataTemplate Template { get; set; }

Visual Basic  Copy Code

Public Property Template As DataTemplate

 Property Value

A System.Windows.DataTemplate instance; the default value is null.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming.Wpf Namespace