TcxGridMasterDataRow.ActiveDetailLevel Property
Refers to the grid level owning the active detail View.
Declaration
property ActiveDetailLevel: TcxGridLevel read; write;
Property Value
Type |
---|
TcxGridLevel |
Remarks
The ActiveDetailLevel property returns the grid level containing the active (i.e. displayed to a user) detail View. You can get the active detail View via the ActiveDetailGridView property. The View’s Level.Count property specifies the total number of child levels for this View.
To learn more about creating master-detail relationships refer to the Master-Detail topic.
See Also