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

TcxVerticalGridReportLinkOptionsRefinements Class

Contains options which determine the report’s refinements.

#Declaration

Delphi
TcxVerticalGridReportLinkOptionsRefinements = class(
    TdxCustomReportLinkOptionsRefinements
)

#Remarks

The TcxVerticalGridReportLinkOptionsRefinements class contains report refinements. These include:

  • Whether to display cell graphics as text (the DisplayGraphicsAsText property). Additionally you can specify the text string to display in place of the graphics via the GraphicsText property.

  • Whether to display check boxes and radio buttons in 3D or flat style. Set the FlatCheckMarks property to True to display check boxes and radio buttons as flat and to False to display them in 3D style.

Call the RestoreDefaults method to set all the options in this set to their default values.

#Inheritance

See Also