ASPxVerticalGrid.MakeRecordVisible(Object) Method
Makes the specified record 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 record by its key value. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
If page-mode navigation is enabled, use the MakeRecordVisible method to switch to the page which displays the specified record (if required). If the record is not found, the MakeRecordVisible method does nothing and returns false
.
See Also