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

Gets or sets the relation name of the detail.

Syntax

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

Return Value

A string representing the relation name of the detail. Cannot be a null reference (Nothing in Visual Basic) or empty.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also