TcxGridMasterDataRow.ActiveDetailIndex Property
Specifies the index of the detail View (level) associated with the master View.
Declaration
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