TcxCustomVerticalGridReportLink.ActiveStyles Property
In This Article
Gets the set of styles that are currently applied to the vertical grid control associated with the current report link.
#Declaration
Delphi
property ActiveStyles: TcxVerticalGridReportLinkStyles read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ActiveStyles property to obtain the styles of the current report link that are currently in effect. This property is especially useful when the report link has a style sheet assigned to it via the Styles.StyleSheet property. A style sheet is a set of styles which are suitable for a particular report link and they can be created using the style repository component.
See Also