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

TdxGridReportLink.OptionsFormatting Property

Options defining the grid’s appearance in the report.

#Declaration

Delphi
property OptionsFormatting: TdxGridReportLinkOptionsFormatting read; write;

#Property Value

Type
TdxGridReportLinkOptionsFormatting

#Remarks

The TdxgridReportLinkOptionsFormatting class contains options controlling the grids appearance in a report. They specify the grid lines color (the GridLineColor property) and the manner in which the grid is painted and how buttons will be drawn (the LookAndFeelKind property).

To return all options in this set to their defaults, call the RestoreDefaults method.

See Also