TcxGridViewRepository.Items Property
Provides the indexed access to Views within the View repository.
Declaration
property Items[Index: Integer]: TcxCustomGridView read; default;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
Use this property to access a specific View by its zero-based index within the repository. You can determine the number of Views via the Count property. To add a View to the repository, use the CreateItem method.
See Also