Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableView.MakeMasterGridRecordVisible Method

In This Article

Makes the master View record owning the current View visible.

#Declaration

Delphi
procedure MakeMasterGridRecordVisible;

#Remarks

Use the MakeMasterGridRecordVisible method to display the master View record owning the current View as a detail. This can be useful if the master View must be scrolled through to locate the required record.

Note

If the MakeMasterGridRecordVisible method is called for the current View class instance, then it does nothing. This happens due to the fact that when a master grid record has a visible detail View, then this View is represented via a clone of a View class instance assigned to an appropriate level of hierarchy. Call the MakeMasterGridRecordVisible method for an appropriate clone for the correct results.

See Also