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

TcxSchedulerReportLink.OptionsFormatting Property

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

#Declaration

Delphi
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