Back to Devexpress

DataViewBase.IsRowSelected(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-isrowselected-x28-system-dot-int32-x29.md

latest1.6 KB
Original Source

DataViewBase.IsRowSelected(Int32) Method

Indicates whether the specified row/card is selected.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsRowSelected(
    int rowHandle
)
vb
Public Function IsRowSelected(
    rowHandle As Integer
) As Boolean

Parameters

NameTypeDescription
rowHandleInt32

An integer value that identifies the row/card.

|

Returns

TypeDescription
Boolean

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

|

Remarks

To learn more, see Multiple Row Selection.

See Also

SelectItem(Int32)

UnselectItem(Int32)

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace