Skip to main content

TcxTreeListReportLinkStyleSheet.Styles Property

Represents a set of styles which control the appearance of the TreeList control’s elements within the report.

Declaration

property Styles: TcxTreeListReportLinkStyles read; write;

Property Value

Type
TcxTreeListReportLinkStyles

Remarks

The Styles property defines a set of properties and events that allow you to specify the appearance of all visual elements of the TreeList control within the report. By handling the style events it is possible to specify the style settings of these elements on the fly. Set the OptionsFormatting.UseNativeStyles property to True to enable styles specified via the Styles property. Otherwise, the control’s styles will be used for printing.

See Also