TdxSpreadSheetStyles.GetPageControlStyle Method
Returns the custom Styles settings applied to the Spreadsheet control‘s caption bar.
Declaration
function GetPageControlStyle: TcxViewParams;
Returns
Type |
---|
TcxViewParams |
Remarks
The GetPageControlStyle function supports the internal infrastructure and is not intended to be used directly from your code.
You can call this function to obtain the settings (including those that have no effect in this case) of the custom style, assigned to the Spreadsheet control’s caption bar.
Note
In order to apply custom Style settings to the caption bar, use the PageControl property instead.
See Also