Skip to main content

IControlRowSource.GetRows(ControlRows) Method

Returns data rows of the specified row type.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

IEnumerable GetRows(
    ControlRows rows
)

Parameters

Name Type Description
rows ControlRows

The requested row type.

Returns

Type Description
IEnumerable

Data rows of the specified row type.

See Also