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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DetailConfigurationCollection Class > Item Property : Item(String) Property
The RelationName of the DetailConfiguration to retrieve.
Gets the DetailConfiguration with the specified relation name from the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal relationName As String _
) As DetailConfiguration
'Usage
 
Dim instance As DetailConfigurationCollection
Dim relationName As String
Dim value As DetailConfiguration
 
value = instance.Item(relationName)
public DetailConfiguration Item( 
   string relationName
) {get;}

Parameters

relationName
The RelationName of the DetailConfiguration to retrieve.

Property Value

The DetailConfiguration with the specified relation 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

DetailConfigurationCollection Class
DetailConfigurationCollection Members
Overload List