Skip to main content

TdxSpreadSheetStyles.PageControl Property

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

Declaration

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