Skip to main content

TdxGridReportLinkOptionsFormatting.ConsumeSelectionStyle Property

Specifies whether the selections in a report are stylized.

Declaration

property ConsumeSelectionStyle: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the ConsumeSelectionStyle property to True to apply a specific style to the selections displayed in a report. The style for selections can be set via the TcxTreeListReportLinkStyles.Selection property. Otherwise, the selection is displayed using the default windows style.

The default value of the ConsumeSelectionStyle property is False.

See Also