Xceed Toolkit Plus for WPF v4.6 Documentation
Item(String) Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemPropertyDictionary Class > Item Property : Item(String) Property
The name of the item property to retrieve.
Retrieves the item property with the specified name from the dictionary.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Object
'Usage
 
Dim instance As DataGridItemPropertyDictionary
Dim name As String
Dim value As Object
 
value = instance.Item(name)
public object Item( 
   string name
) {get;}

Parameters

name
The name of the item property to retrieve.

Property Value

The item property 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

DataGridItemPropertyDictionary Class
DataGridItemPropertyDictionary Members
Overload List