Skip to main content

VerticalGridSelection.IsRecordSelected(Int32) Method

Indicates whether the specified record is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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