Skip to main content

CardViewSelection.IsCardSelected(Int32) Method

Indicates whether the specified card is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsCardSelected(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Returns

Type Description
Boolean

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

See Also