Skip to main content

DataControlBase.IsRowSelected(Int32) Method

Indicates whether the specified row is selected.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool IsRowSelected(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The row’s handle

Returns

Type Description
Boolean

true if the specified row is selected; otherwise, false.

See Also