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

TcxGridMasterDataRow.ActiveDetailGridView Property

Returns the active detail View.

#Declaration

Delphi
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