Property SelectedDataRows
| Improve this Doc View SourceSelectedDataRows
Gets the collection of selected DataRows.
Declaration
public IEnumerable<DataRow> SelectedDataRows { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DataRow> |