TcxCustomGridTableView.MasterGridRecord Property
Returns the master View record displaying the current View as a detail.
Declaration
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