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