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

Gets or sets the title that can be used to provide a user-friendly name for the configurations corresponding detail relation and detail description.

Syntax

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

Return Value

A string representing the title that can be used to provide a user-friendly name for the configurations corresponding detail relation and detail description. By default, RelationName.

Remarks

By default, a detail configuration's title will be displayed in any corresponding HierarchicalGroupByControlNode.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also