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

Specifies the index of the detail View (level) associated with the master View.

#Declaration

Delphi
property ActiveDetailIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Master Views can be associated with one or more detail (child) Views. Use the ActiveDetailIndex property to determine the index of the active detail (i.e. displayed to a user). Setting the ActiveDetailIndex property results in activating the corresponding detail View. To define the number of details associated with the master View, see the View’s Level.Count property.

To learn more about creating master-detail relationships refer to the Master-Detail topic.

See Also