Xceed DataGrid for WPF v7.3 Documentation
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.


In This Topic
    Item(String) Property
    In This Topic
    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