TcxGridMasterDataRow.DetailGridViewCount Property
Determines the number of detail Views associated with the current master row.
Declaration
property DetailGridViewCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the DetailGridViewCount property to determine the number of detail Views associated with the current master row. This is equal to the number of master-detail relationships that have been created for the current master row (child grid levels for the master View) and is returned by the View’s Level.Count property.
To learn more about creating master-detail relationships refer to the Master-Detail topic.
See Also