Skip to main content
All docs
V24.2

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

TdxChartUserPalette.Repository Property

Provides access to the repository component to which the user palette belongs.

#Declaration

Delphi
property Repository: TdxChartPaletteRepository read;

#Property Value

Type Description
TdxChartPaletteRepository

The parent user palette repository.

#Remarks

All user palettes within the same repository always have unique names. If an assigned name matches another stored user palette’s name or a standard palette name, an exception occurs.

Tip

While user palettes in different repositories can have matching names, we recommend that you define unique names for all palettes in the same application project.

See Also