Gets or sets the data stored in this row at a specific column.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public Object this[ Column col ] { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Default Property Item ( _ col As Column _ ) As Object Get Set |
Parameters
- col
- Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the data.