Xceed DataGrid for Silverlight Documentation
Item(String) Property


A string representing the field name of the cell to retrieve.
Gets or sets the cell with the specified field name.
Syntax
'Declaration
 
Public Overloads Overridable Property Item( _
   ByVal fieldName As String _
) As StatCell
'Usage
 
Dim instance As StatCellCollection
Dim fieldName As String
Dim value As StatCell
 
instance.Item(fieldName) = value
 
value = instance.Item(fieldName)
public virtual StatCell Item( 
   string fieldName
) {get; set;}

Parameters

fieldName
A string representing the field name of the cell to retrieve.

Property Value

The cell with the specified field name.
Requirements

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

See Also

Reference

StatCellCollection Class
StatCellCollection Members
Overload List

Send Feedback