Skip to main content
A newer version of this page is available. .

IControlRowSource.GetRows(ControlRows) Method

Returns data rows of the specified row type.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.v18.2.dll

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