Skip to main content

TcxSchedulerReportLink.OptionsFormatting Property

Represents formatting options, which control the generic attributes of the scheduler’s report.

Declaration

property OptionsFormatting: TcxSchedulerReportLinkOptionsFormatting read; write;

Property Value

Type
TcxSchedulerReportLinkOptionsFormatting

Remarks

The following options are provided by the TcxSchedulerReportLinkOptionsFormatting class:

  • GridLineColor – controls the color of grid lines (if any).

  • LookAndFeelKind – specifies the overall look of controls.

  • SuppressBackgroundBitmaps – controls the visibility of the background bitmaps images.

  • UseLookAndFeelColors – determines the look and feel style for the controls which are painted using the native window style (for instance, the Windows® XP style).

  • UseNativeStyles – specifies the source of the styles which are used to paint controls.

  • SuppressContentColoration – specifies whether the scheduler’s report is displayed in color or black and white only.

Use the OptionsFormatting property to access the TcxSchedulerReportLinkOptionsFormatting object.

See Also