ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionEditorCollection Class / Item Property
The column name of the grid.

In This Topic
    Item Property (ExpressionEditorCollection)
    In This Topic
    Gets an expression editor in collections.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal name As String _
    ) As C1ExpressionEditor
    public C1ExpressionEditor this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    The column name of the grid.
    See Also