Skip to main content

TcxVerticalGridReportLinkStyles Class

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

Declaration

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.

See Also