Skip to main content
All docs
V25.1
  • TcxTreeListStorageOption Enum

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

    Declaration

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

    Members

    Name Description
    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:

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