Skip to main content

VerticalGridSelection.UnselectRecord(Int32) Method

Unselects the specified record within the ASPxVerticalGrid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void UnselectRecord(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Remarks

To select the specified record, use the VerticalGridSelection.SelectRecord method.

See Also