IGrid.DeselectDataItem(Object) Method
In This Article
Deselects a row that corresponds to the specified data item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void DeselectDataItem(
object dataItem
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | The data item. |
#Remarks
Refer to the DeselectDataItem method description for more information and an example.
See Also