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

TdxCustomcxControlReportLink.ActiveStyles Property

Obtains the set of styles that are currently applied to the control, which is associated with the current report link.

#Declaration

Delphi
property ActiveStyles: TdxCustomReportLinkStyles read;

#Property Value

Type
TdxCustomReportLinkStyles

#Remarks

Use the ActiveStyles property to obtain the current report link’s styles, which 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. The style sheet is a set of styles which are suitable for a particular report link and can be created using the style repository component.

See Also