Back to Devexpress

DataControlDetailDescriptor.ParentPath Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontroldetaildescriptor-a7d4e190.md

latest1.8 KB
Original Source

DataControlDetailDescriptor.ParentPath Property

Gets or sets the detail item property that contains the reference to its master item. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string ParentPath { get; set; }
vb
Public Property ParentPath As String

Property Value

TypeDescription
String

The detail item property that contains the reference to its master item.

|

Remarks

View Example: Define the Selected Detail Row in the View Model

The ParentPath property should be assigned to a detail item property that contains the reference to its master item. In this case, the master grid can determine the processed detail grid.

Refer to the following help topic for more information: Data Grid in Details.

See Also

CustomGetParent

DataControlDetailDescriptor Class

DataControlDetailDescriptor Members

DevExpress.Xpf.Grid Namespace