Gets or sets a string specifying binding path of cause items relative to root items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksIf 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.
See Also