IControlRowSource.GetRows(ControlRows) Method
Returns data rows of the specified row type.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rows | ControlRows | The requested row type. |
Returns
| Type | Description |
|---|---|
| IEnumerable | Data rows of the specified row type. |
See Also