Xceed DataGrid for WPF v7.2 Documentation
Item(String) Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridDetailDescriptionCollection Class > Item Property : Item(String) Property
The name of the detail description to be retrieved.
Gets the DataGridDetailDescription with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal relationName As String _
) As DataGridDetailDescription
'Usage
 
Dim instance As DataGridDetailDescriptionCollection
Dim relationName As String
Dim value As DataGridDetailDescription
 
value = instance.Item(relationName)
public DataGridDetailDescription Item( 
   string relationName
) {get;}

Parameters

relationName
The name of the detail description to be retrieved.

Property Value

The DataGridDetailDescription with the specified name.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridDetailDescriptionCollection Class
DataGridDetailDescriptionCollection Members
Overload List