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

TdxSpreadSheetOptionsView.PrintAreaColor Property

Specifies the color of the custom print area’s border.

#Declaration

Delphi
property PrintAreaColor: TColor read; write; default clDefault;

#Property Value

Type Default
TColor clDefault

#Remarks

The active worksheet displays the dashed border outlining its custom print area only if the PrintAreas property is set to True. You can use the PrintAreaColor property to change the default color of the print area’s outline.

Note

By default, the control uses the same color determined by the look & feel settings to display both the print area outlines and cell content.

The default PrintAreaColor property value is clDefault.

See Also