ITreeList.DeselectDataItems(IEnumerable<Object>) Method
Deselects rows that correspond to the specified data items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void DeselectDataItems(
IEnumerable<object> dataItems
)
Parameters
Name | Type | Description |
---|---|---|
dataItems | IEnumerable<Object> | A data item collection. |
Remarks
Refer to the DeselectDataItems(IEnumerable<Object>) method description for more information and an example.
See Also