DataControlBase.IsItemSelected(Int32) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | An integer value that identifies the item. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified item is selected; otherwise, false. |
See Also