Gets a collection of
Row that contain the data bound to the grid via
Grid.DataSource property.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public IList<Row> DataSourceRows { get; } |
Visual Basic |
---|
Public ReadOnly Property DataSourceRows As IList(Of Row)
Get |
Visual C++ |
---|
public:
property IList<Row^>^ DataSourceRows {
IList<Row^>^ get ();
} |
F# |
---|
member DataSourceRows : IList<Row> with get
|
Property Value
Type:
IList<(Of <(<'Row>)>)>The collection of rows bound to the grid via
Grid.DataSource property.
See Also