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

VerticalGridSelection.IsRecordSelected(Int32) Method

Indicates whether the specified record is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsRecordSelected(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Returns

Type Description
Boolean

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

See Also