RelationName Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DetailConfiguration Class : RelationName Property

Gets or sets the name that identifies the configuration's corresponding detail descriptions defined in the parent DataGridCollectionView, DataGridCollectionViewSource, or DataGridDetailDescription.

Syntax

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

Return Value

A string representing the name that identifies the configuration's corresponding detail descriptions defined in the parent DataGridCollectionView, DataGridCollectionViewSource, or DataGridDetailDescription. Cannot be a null reference (Nothing in Visual Basic) or an empty string.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also