Skip to main content

TcxVerticalGridReportLinkStyleSheet Class

Represents a style sheet for the vertical grid control report link.

Declaration

TcxVerticalGridReportLinkStyleSheet = class(
    TdxCustomReportLinkStyleSheet
)

Remarks

A StyleSheet contains a collection of styles that can be applied to a report link, setting multiple styles in one step. The TcxVerticalGridReportLinkStyleSheet provides a style sheet collection for the vertical grid report link.

You can access the report link style sheet via the report link’s Styles.StyleSheet property.

See Also