TcxTreeListOptionsSelection Class
Represents selection settings for a TreeList control.
Declaration
TcxTreeListOptionsSelection = class(
TcxOwnedPersistent
)
Remarks
This class provides a set of properties that allow:
The choice of data cells to be selected by end-users (CellSelect).
The selection of multiple data cells (MultiSelect).
The selection highlighting for the focused node (InvertSelect).
The drawing of highlighted and focus rectangles within the selected data cell when the TreeList control is not focused (HideSelection and HideFocusRect).
A TreeList control’s OptionsSelection property references a TcxTreeListOptionsSelection object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListOptionsSelection
See Also