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

TdxPrintStyleManager.CloneStyleCaptionPrefix Property

Determines the prefix for copied print styles.

#Declaration

Delphi
property CloneStyleCaptionPrefix: string read; write;

#Property Value

Type
string

#Remarks

A user can make a copy of a built-in print style at runtime using the Define Print Styles dialog window. Two different print styles cannot use the same name. Use the CloneStyleCaptionPrefix property to determine the prefix to add before the name of an ancestor print style.

The default value of this property is specified by the sdxCloneStyleCaptionPrefix constant.

See Also