Skip to main content
A newer version of this page is available. .

GridViewSelection.SelectRow(Int32) Method

Selects the specified row within the ASPxGridView.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void SelectRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the row by its visible index.

Remarks

To unselect the specified row, use the GridViewSelection.UnselectRow method.

See Also