Gets or sets a string specifying binding path of cause items relative to root items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string CausesPath { get; set; } |
Visual Basic Copy Code |
---|
Public Property CausesPath As String |
A string specifying property name of category's causes list.
If specified list contains strings, they are rendered directly as cause labels in the category branch. If it contains data objects, set CauseLabelPath to specify object's property that contains the cause label.
WpfDiagram Programmer's Guide | © 2024 MindFusion |