Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.MakeRecordVisible(Object) Method

Makes the specified record visible on screen.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool MakeRecordVisible(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that identifies the record by its key value.

Returns

Type Description
Boolean

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

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