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

TcxTreeListCustomReportLink.OptionsSelection Property

Options determining how to process the TreeList control selection.

#Declaration

Delphi
property OptionsSelection: TcxTreeListReportLinkOptionsSelection read; write;

#Property Value

Type
TcxTreeListReportLinkOptionsSelection

#Remarks

The OptionsSelection property specifies how the TreeList control selection will be displayed within the report. The OptionsSelection.ProcessSelection property determines whether the selection will be displayed within the report (True – displayed, False – not).

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

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

See Also