TcxCustomVerticalGridReportLink.Styles Property
In This Article
Specifies painting styles for the vertical grid control within a report.
#Declaration
Delphi
property Styles: TcxVerticalGridReportLinkStyles read; write;
#Property Value
Type |
---|
Tcx |
#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