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

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.

See Also