Gets or sets the BindingExpression that identifies the children of the underlying items. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string ActivityChildrenExpression { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActivityChildrenExpression As String |
A WPF BindingExpression.
See Also