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

TdxSpreadSheetStyles.PageControl Property

Specifies the Styles settings for the caption bar in the Spreadsheet Control.

#Declaration

Delphi
property PageControl: TcxStyle index ssvsPageControl read; write;

#Property Value

Type
TcxStyle

#Remarks

Use this property set to assign custom settings of the font used to display captions on worksheet tabs within the caption bar:

The definitions of all properties within the PageControl property set are listed in the table below.

TcxStyle property Description
PageControl.AssignedValues The AssignedValues flags are set automatically when you specify PageControl.Bitmap, PageControl.Color, PageControl.Font, and/or PageControl.TextColor values.
PageControl.Bitmap This property value is ignored.
PageControl.Color This property value is ignored.
PageControl.Font Specifies the font settings for the caption bar‘s text within worksheet buttons.
PageControl.TextColor Specifies the font color for the reference text within the headers.
See Also