Skip to main content

CardViewSelection.UnselectCard(Int32) Method

Unselects the specified card within the ASPxCardView.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void UnselectCard(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Remarks

To select the specified card, use the CardViewSelection.SelectCard method.

See Also