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

GridViewSelection.IsRowSelected(Int32) Method

Indicates whether the specified row is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsRowSelected(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Returns

Type Description
Boolean

true if the specified row is selected; otherwise, false.

See Also