Skip to main content

TcxTreeListReportLinkOptionsFormatting.ConsumeSelectionStyle Property

Specifies whether or not to show stylized selections in the report.

Declaration

property ConsumeSelectionStyle: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The ConsumeSelectionStyle property specifies if stylized selection should be shown in the report. If the property is True the selection is stylized, if False the selection is shown in the default windows style.

Selection style can be set via the TcxTreeListReportLinkStyles.Selection property.

The default value of the ConsumeSelectionStyle property is False.

See Also