TdxCustomReportLinkStyleSheet Class
In This Article
Represents a style sheet for a generic control associated with a report link.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponent
TcxCustomStyleSheet
TdxCustomReportLinkStyleSheet
See Also