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 Make
See Also