TcxGridMasterDataRow.ActiveDetailGridView Property
Returns the active detail View.
Declaration
property ActiveDetailGridView: TcxCustomGridView read;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
One master View can be associated with several detail Views with the help of grid levels. The ActiveDetailGridView property refers to the detail View that is active (i.e. displayed to the user). You can test whether an active child View exists via the ActiveDetailGridViewExists property. To access the level owning the active detail View, use the ActiveDetailLevel property.
To know more about establishing master-detail relationships see the Master-Detail topic.
See Also