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