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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > CellCollection Class > Item Property : Item(String) Property
A string representing the field name of the cell to retrieve from the collection.
Retrieves the cell with the specified field name from the collection.
Syntax
'Declaration
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal fieldName As String _
) As Cell
'Usage
 
Dim instance As CellCollection
Dim fieldName As String
Dim value As Cell
 
value = instance.Item(fieldName)
public virtual Cell Item( 
   string fieldName
) {get;}

Parameters

fieldName
A string representing the field name of the cell to retrieve from the collection.

Property Value

The cell with the specified fieldname.
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

CellCollection Class
CellCollection Members
Overload List