DataRelation Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataRelationDetailDescription Class : DataRelation Property

Gets or sets the data relation that links the detail to the parent collection view.

Syntax

Visual Basic (Declaration) 
Public Property DataRelation As DataRelation
C# 
public DataRelation DataRelation {get; set;}

Return Value

A DataRelation representing the data relation that links the detail to the parent collection view.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also