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.StorageName Property

Determines the file name used to store print style information.

#Declaration

Delphi
property StorageName: string read; write;

#Property Value

Type
string

#Remarks

You can store all settings and changes made to print styles within a separate file. Use the StorageName to specify this file name. This property is in effect only if the AutoSave property is set to True.

See Also