Skip to main content

TreeListViewCommands Class

Contains the commands allowing some frequently used TreeListView actions to be easily programmed via XAML markup.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public class TreeListViewCommands :
    DataViewCommandsBase

#Returned By

The TreeListView.TreeListCommands property returns an instance of TreeListViewCommands.

#Inheritance

Object
DataViewCommandsBase
TreeListViewCommands
See Also