Skip to main content

TcxCustomVerticalGridReportLink.Styles Property

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

Declaration

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