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

TdxGridReportLinkStyles Class

Represents the set of styles for the Grid control views elements within the report.

#Declaration

Delphi
TdxGridReportLinkStyles = class(
    TdxCustomReportLinkStyles
)

#Remarks

The TdxGridReportLinkStyles defines the set of styles for the Grid control views elements within the report not affecting the real Grid elements styles.

The following elements styles are available:

  • BandHeader – represents a style for band headera.

  • Content – represents a style for data cella.

  • ContentEven – represents a style for data cells within even rows. (overrides the Content style).

  • ContentOdd – represents a style for data cells within odd rows. (overrides the Content style).

  • Footer – represents a style for footer cells.

  • Header – represents a style for column headers.

  • Preview – represents a style for row preview sections.

  • Selection – represents a style for a selection.

  • Group – represents a style for grouping rows.

  • Caption – represents a style for card captions.

  • CardRowCaption – represents a style for card row captions.

  • CardCaptionRow – represents a style for card caption rows.

See Also