Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / Item Property
specified name.

In This Topic
    Item Property (ExpressionEditorCollection)
    In This Topic
    Gets or sets the item with specified name.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal name As String _
    ) As C1ExpressionEditor
    public C1ExpressionEditor this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    specified name.
    See Also