Skip to main content

TdxCustomReportLinkStyleSheet Class

Represents a style sheet for a generic control associated with a report link.

Declaration

TdxCustomReportLinkStyleSheet = class(
    TcxCustomStyleSheet
)

Remarks

A style sheet represents a collection of elements’ styles for controls which support Styles technology (for instance, a grid view). Instead of specifying individual styles for each control’s element, you can assign a style sheet to the control, thus providing values for all the style properties.

The TdxCustomcxControlReportLink class represents a style sheet collection used for displaying a generic control.

See Also