TcxCustomGridView.Clones Property
Represents the copies collection of the current View.
Declaration
property Clones[Index: Integer]: TcxCustomGridView read;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
Use the Clones property to gain access to the copies collection of the current View. A copy (clone) of the current View is created each time the 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. The total number of created copies is stored in the CloneCount property.
See Also