ASPxCardView.MakeCardVisible(Object) Method
In This Article
Makes the specified card visible on screen.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key |
Object | An object that identifies the card by its key value. |
#Returns
Type | Description |
---|---|
Boolean |
|
#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 Make
See Also