TcxVerticalGridReportLinkStyleSheet.Styles Property
Represents the collection of styles applied to the vertical grid control within a report.
Declaration
property Styles: TcxVerticalGridReportLinkStyles read; write;
Property Value
Type |
---|
TcxVerticalGridReportLinkStyles |
Remarks
The Styles property provides access to the styles collection associated with the StyleSheet. These styles are applied to the vertical grid report when the OptionsFormatting.UseNativeStyles option is active.
See Also