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

TdxGridReportLinkOptionsFormatting Class

Options controlling grid formatting in the report.

#Declaration

Delphi
TdxGridReportLinkOptionsFormatting = class(
    TdxCustomReportLinkOptionsFormatting
)

#Remarks

The TdxgridReportLinkOptionsFormatting class contains options that specify the color of grid lines (the GridLineColor property) and the manner in which the grid control is painted (the LookAndFeelKind property).

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

This set of options can be accessed via the grid report link’s OptionsFormatting property.

See Also