TcxStyleRepository.Items Property
Provides indexed access to a collection of styles in the current repository object.
Declaration
property Items[Index: Integer]: TcxCustomStyle read; default;
Property Value
Type |
---|
TcxCustomStyle |
Remarks
The Items property allows you to access a specific style by its index. The number of styles is determined by the Count property.
See Also