Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomcxControlReportLink.StyleRepository Property

Specifies the repository object which manages the collections of styles and style sheets.

#Declaration

Delphi
property StyleRepository: TcxStyleRepository read; write;

#Property Value

Type
TcxStyleRepository

#Remarks

The StyleRepository property provides access to the repository object that stores the collection of styles and style sheets which can be used by any report link to render the control associated with it. The repository object lets you create, store and access individual styles each of which is represented by an instance of the TcxCustomStyle class (or its descendants). Since the TcxCustomStyle class is an abstract class, do not use it to create items in a repository, use its descendants instead (for instance, the TcxStyle class).

See Also