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

DataControlBase.IsItemSelected(Int32) Method

Indicates whether the specified item is selected.

Namespace: DevExpress.UI.Xaml.Grid

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

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