ComponentOne Expression Editor for WPF
Item Property (ExpressionEditorCollection)

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > ExpressionEditorCollection Class : Item Property
The column name of the grid.
Gets an expression editor in collections.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal name As System.String _
) As C1ExpressionEditor
public C1ExpressionEditor this[ 
   System.string name
]; {get; set;}

Parameters

name
The column name of the grid.
See Also

Reference

ExpressionEditorCollection Class
ExpressionEditorCollection Members