ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / Item Property

In This Topic
    Item Property (C1ViewRow)
    In This Topic
    Gets or sets the value stored in the specified C1ViewColumn of this row.
    Overload List
    OverloadDescription
    Gets or sets the value stored in the specified C1ViewColumn of this row.  
    Gets or sets the value stored in the column with the specified index.  
    Gets or sets the value stored in the column with the specified name.  
    Remarks
    If row is not in the editing state when column value is being assigned, that is the BeginEdit method was not called for this row, then BeginEdit method is called automatically, column value is assigned, after that the EndEdit method is called.
    See Also