Skip to main content
A newer version of this page is available. .

TreeListControlBase Class

Serves as a base class for the TreeListControl and the TreeViewControl.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public abstract class TreeListControlBase :
    GridDataControlBase

Remarks

The TreeListControlBase provides the basic functionality of the TreeListControl and the TreeViewControl.

See Also