Skip to main content

CardViewSelection.IsCardSelectedByKey(Object) 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 IsCardSelectedByKey(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that uniquely identifies the card within the ASPxCardView.

Returns

Type Description
Boolean

true if the card is selected; otherwise, false.

See Also