Skip to main content

TreeListControlBase Class

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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