Skip to main content
A newer version of this page is available. .

TcxCustomGridView.CloneCount Property

Returns the total number of copies (clones) of the current View.

Declaration

property CloneCount: Integer read;

Property Value

Type
Integer

Remarks

The CloneCount property contains the number of copies of the current View. A copy of the current View is created each time the detail View, represented by the current TcxCustomGridView (or its descendant) instance, becomes visible. This instance is not removed from the Clones collection when the associated detail level is hidden.

See Also