Skip to main content

TreeListOptionsBehavior(TreeList) Constructor

Initializes a new instance of the TreeListOptionsBehavior class with the specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListOptionsBehavior(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList object to which the current behavior settings belong.

Remarks

This constructor is automatically called when a TreeList object or its descendant initializes its TreeList.OptionsBehavior property.

See Also