Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListReportLinkOptionsSelection Class

Options which determine how a TreeList control selection should be processed.

#Declaration

Delphi
TcxTreeListReportLinkOptionsSelection = class(
    TdxCustomTableControlReportLinkOptionsSelection
)

#Remarks

The TcxTreeListReportLinkOptionsSelection class contains options that specify how the TreeList control selection will be displayed within the report. The ProcessSelection property determines whether the selection will be displayed within the report.

If the TreeList control is in multiselect mode then the ProcessExactSelection provides additional control upon the selection representation. If it is True the selection is displayed in its current state. Otherwise, the owner node and all nodes at the same save level as the selected nodes are displayed as selected.

After changing options you can always restore their default values using the RestoreDefaults method.

See Also