Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemPropertyCollection Class / Item Property / Item(String) Property
A string representing the name of the DataGridItemProperty object to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets the DataGridItemProperty object that has the specified name.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal name As String _
    ) As DataGridItemPropertyBase
    'Usage
     
    Dim instance As DataGridItemPropertyCollection
    Dim name As String
    Dim value As DataGridItemPropertyBase
     
    instance.Item(name) = value
     
    value = instance.Item(name)
    public DataGridItemPropertyBase Item( 
       string name
    ) {get; set;}

    Parameters

    name
    A string representing the name of the DataGridItemProperty object to retrieve.

    Property Value

    A reference to the DataGridItemProperty object that was retrieved.
    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