ASPxCardView.MakeCardVisible(Object) Method
Makes the specified card visible on screen.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
keyValue | 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 MakeCardVisible method is not in effect if endless paging mode is enabled.
See Also