Skip to main content

TreeListView.TreeListCommands Property

Provides access to view commands.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListViewCommands TreeListCommands { get; }

Property Value

Type Description
TreeListViewCommands

A TreeListViewCommands object that provides a set of view commands.

See Also