Gets or sets the path to the field in the bound data source that contains the accordion item's children items. This is a dependency property.
Namespace:DevExpress.Xpf.Accordion
Assembly:DevExpress.Xpf.Accordion.v19.2.dll

Syntax
C# |
public string ChildrenPath { get; set; }
|
VB |
Public Property ChildrenPath As String
|
Property value
Type: String
A System.String value that is the path to children items.

Remarks
Refer to the Children Path topic to learn more.

See Also