TcxStyleRepository.StyleSheets Property
Represents all available style sheets within the style repository.
Declaration
property StyleSheets[Index: Integer]: TcxCustomStyleSheet read;
Property Value
Type |
---|
TcxCustomStyleSheet |
Remarks
The StyleSheets property represents all available style sheets within the style repository and enables accessing them by a zero-based index. The index cannot be greater than StyleSheetCount - 1. At design time, you can access the available styles via the style repository editor:
See Also