Skip to main content

TreeListViewCommands(TreeListView) Constructor

In This Article

Initializes a new instance of the TreeListViewCommands class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListViewCommands(
    TreeListView view
)

#Parameters

Name Type Description
view TreeListView

A TreeListView object that represents the owner view.

See Also