TcxStyleRepository.Items Property
In This Article
Provides indexed access to a collection of styles in the current repository object.
#Declaration
Delphi
property Items[Index: Integer]: TcxCustomStyle read; default;
#Property Value
Type |
---|
Tcx |
#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