IGrid.DeselectRows(IEnumerable<Int32>) Method
In This Article
Deselects rows with the specified visible indexes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void DeselectRows(
IEnumerable<int> visibleIndexes
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
IEnumerable<Int32> | Specifies a collection of row visible indexes. |
#Remarks
Refer to the DeselectRows method description for more information and an example.
See Also