TcxCustomStyleSheet.StyleRepository Property
Specifies the style repository containing the current style sheet.
Declaration
property StyleRepository: TcxStyleRepository read; write;
Property Value
Type |
---|
TcxStyleRepository |
Remarks
The StyleRepository property specifies the style repository that contains the style sheet. Style sheets should be stored in repositories for proper design time handling. When created via the repository editor, style sheet is automatically placed within it.
See Also