Back to Devexpress

TcxStyleRepository.Items Property

vcl-cxstyles-dot-tcxstylerepository.md

latest734 B
Original Source

TcxStyleRepository.Items Property

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
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

TcxStyleRepository.Count

TcxStyleRepository Class

TcxStyleRepository Members

cxStyles Unit