Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.Clones Property

Represents the copies collection of the current View.

#Declaration

Delphi
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