Back to Devexpress

TcxVerticalGridReportLinkStyles Class

vcl-dxpscxvgridlnk-b5f1f688.md

latest1.6 KB
Original Source

TcxVerticalGridReportLinkStyles Class

Represents the collection of styles applied to the vertical grid control within a report if the OptionsFormatting.UseNativeStyles option is active.

Declaration

delphi
TcxVerticalGridReportLinkStyles = class(
    TdxCustomReportLinkStyles
)

Remarks

The TcxVerticalGridReportLinkStyles class represents the set of styles which manage the vertical grid report link’s appearance. These styles specify the appearance of different vertical grid control elements.

Note, these styles are in effect only if the OptionsFormatting.UseNativeStyles option is active.

You can access this styles collection via the ReportLink.Styles property.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TdxCustomReportLinkStyles TcxVerticalGridReportLinkStyles

See Also

TcxVerticalGridReportLinkStyles Members

dxPScxVGridLnk Unit