Back to Devexpress

TdxGridReportLinkOptionsFormatting Class

vcl-dxpscxgridlnk-713f89cc.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsFormatting TdxGridReportLinkOptionsFormatting

See Also

TdxGridReportLinkOptionsFormatting Members

dxPScxGridLnk Unit