Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGridReportLink.ActiveStyles Property

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
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