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.MasterGridRecord Property

Returns the master View record displaying the current View as a detail.

#Declaration

Delphi
property MasterGridRecord: TcxCustomGridRecord read;

#Property Value

Type
TcxCustomGridRecord

#Remarks

Use the MasterGridRecord property to access the record within a master View displaying the current View as a detail. The visible position of this record within the master View is identified by the MasterGridRecordIndex property.

If the current View is not a detail, this property returns NIL.

See Also