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

TcxCustomVerticalGridReportLink.Styles Property

Specifies painting styles for the vertical grid control within a report.

#Declaration

Delphi
property Styles: TcxVerticalGridReportLinkStyles read; write;

#Property Value

Type
TcxVerticalGridReportLinkStyles

#Remarks

Use the Styles property to access the painting styles collection. These styles will be applied to the vertical grid control within a report if the OptionsFormatting.UseNativeStyles property is set to True. If this properties value is False, then the vertical grid control will be painted using the VerticalGrid.Styles settings.

See Also