Skip to main content

TcxTreeListOptionsView Class

Stores a TreeList control’s appearance settings.

Declaration

TcxTreeListOptionsView = class(
    TcxControlOptionsView
)

Remarks

This class extends its ancestor with members that allow you to customize the visibility and appearance of the following TreeList elements:

You can restore the default TreeList control appearance settings by calling the RestoreDefaults procedure.

A TreeList control’s OptionsView property references a TcxTreeListOptionsView object.

See Also