Back to Devexpress

TdxGridReportLinkStyles Class

vcl-dxpscxgridlnk-2a50b34c.md

latest2.6 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TdxCustomReportLinkStyles TdxGridReportLinkStyles

See Also

TdxGridReportLinkStyles Members

dxPScxGridLnk Unit