Skip to main content

DataControlBase.IsItemSelected(Int32) Method

Indicates whether the specified item is selected.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool IsItemSelected(
    int itemHandle
)

#Parameters

Name Type Description
itemHandle Int32

An integer value that identifies the item.

#Returns

Type Description
Boolean

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

See Also