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

TcxCustomStyle.StyleRepository Property

Specifies the repository storing the current style object.

#Declaration

Delphi
property StyleRepository: TcxStyleRepository read; write;

#Property Value

Type
TcxStyleRepository

#Remarks

A repository is an object allowing you to manage a collection of individual styles. When a repository is destroyed, all styles it owns are also deleted. Assigning the StyleRepository property adds the current style to this repository.

See Also