IGrid.SelectDataItems(IEnumerable<Object>, Boolean) Method
In This Article
Selects or deselects rows that correspond to the specified data items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void SelectDataItems(
IEnumerable<object> dataItems,
bool selected = true
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IEnumerable<Object> | A collection of data items. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
selected | Boolean | True |
|
#Remarks
Refer to the SelectDataItems method description for more information and an example.
See Also