TcxTreeListCustomReportLink.OptionsSelection Property
Options determining how to process the TreeList control selection.
Declaration
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