Skip to main content

TcxCustomVerticalGridReportLink.ActiveStyles Property

Gets the set of styles that are currently applied to the vertical grid control associated with the current report link.

Declaration

property ActiveStyles: TcxVerticalGridReportLinkStyles read;

Property Value

Type
TcxVerticalGridReportLinkStyles

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