Skip to main content
Tab

ASPxCardView.MakeCardVisible(Object) Method

Makes the specified card visible on screen.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool MakeCardVisible(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that identifies the card by its key value.

Returns

Type Description
Boolean

true, if the specified card has been made visible on screen; otherwise, false.

Remarks

If page-mode navigation is enabled, use the MakeCardVisible method to switch to the page which displays the specified card (if required). If the card is not found, the MakeCardVisible method does nothing and returns false.

Note

The MakeCardVisible method is not in effect if endless paging mode is enabled.

See Also