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

TCustomdxGridReportLink.Options Property

Specifies which grid lines are included in a report.

#Declaration

Delphi
property Options: TdxGridPaintOptions read; write; default [gpoBorder, gpoHorzLines, gpoVertLines, gpoFixedHorzLines, gpoFixedVertLines];

#Property Value

Type
TdxGridPaintOptions

#Remarks

Use the Options property to specify the grid lines included in a report. Available options include:

Value Description
gpoBorder If active, borderlines are printed.
gpoHorzLines If active, horizontal lines are printed.
gpoVertLines If active, vertical lines are printed.
gpoFixedHorzLines If active, horizontal lines for fixed columns are printed.
gpoFixedVertLines If active, vertical lines for fixed columns are printed.

By default, all options are active.

See Also