Back to Devexpress

TcxTreeListStorageOption Enum

vcl-cxtl-5872c840.md

latest3.3 KB
Original Source

TcxTreeListStorageOption Enum

Enumerates flags that correspond to individual Tree List user interaction states stored in a file, stream, or system registry.

Declaration

delphi
TcxTreeListStorageOption = (
    tsoUseDataViewState,
    tsoExpanded,
    tsoFocusedRecord,
    tsoFocusedItem,
    tsoSelected,
    tsoTopRecord
);

Members

NameDescription
tsoUseDataViewState

Use this flag with tsoExpanded, tsoFocusedItem, tsoFocusedRecord, tsoSelected, and tsoTopRecord in the following Store~/Restore~ calls:

| | tsoExpanded |

Stores/restores node expanded states.

| | tsoFocusedRecord |

Stores/restores the focus position at a specific record.

Related flag: tsoFocusedItem.

| | tsoFocusedItem |

Stores/restores the focus position at a specific column.

Related flag: tsoFocusedRecord.

| | tsoSelected |

Stores/restores record selection.

| | tsoTopRecord |

Stores/restores the scroll position (the record at the top client area border).

|

Remarks

The TcxTreeListStorageOption type enumerates flags that correspond to individual user interaction states in a Tree List control.

Direct TcxGridStorageOption Type References

The following public APIs reference the TcxTreeListStorageOption type:

cxTreeListStoreAllDataViewStatesSpecifies a set of flags that correspond to all user interaction states in a Tree List control.TcxTreeListStorageOptionsA set of flags that correspond to individual Tree List user interaction states stored in a file, stream, or system registry. See Also

TcxGridStorageOption Type

cxTL Unit