TcxStyleRepository.Count Property
Gets the number of styles in the current repository.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Count property identifies the number of styles in the Items collection. Use either CreateItem or CreateItemEx methods to add styles to the repository.
See Also