Xceed DataGrid for Silverlight Documentation
Item Property (ColumnCollection)


The field name of the column to retrieve.
Retrieves the column with the specified field name.
Syntax
'Declaration
 
Public Overridable Shadows ReadOnly Default Property Item( _
   ByVal fieldName As String _
) As Column
'Usage
 
Dim instance As ColumnCollection
Dim fieldName As String
Dim value As Column
 
value = instance.Item(fieldName)
public virtual new Column this[ 
   string fieldName
]; {get;}

Parameters

fieldName
The field name of the column to retrieve.

Property Value

The Column with the specified field name.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ColumnCollection Class
ColumnCollection Members

Send Feedback