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

TdxCheckListBoxReportLink.Options Property

Determines the look of a check list box in a report.

#Declaration

Delphi
property Options: TdxCheckListBoxPaintOptions read; write; default [chlbxpoBorder, chlbxpoFlatCheckMarks];

#Property Value

Type
TdxCheckListBoxPaintOptions

#Remarks

Use the Options property to specify which type of check list box lines is included in the report. Available values include:

Value Meaning
chlbxpoBorder If active, border lines are included.
chlbxpoHorzLines If active, horizontal lines between items are printed.
chlbxpoFlatCheckMarks If active, check boxes appear flat in the report. Otherwise, they have 3D borders.

The default value of the Options property is [chlbxpoBorder..chlbxpoFlatCheckMarks].

See Also