Back to Devexpress

TreeListControlBase Class

wpf-devexpress-dot-xpf-dot-grid-cd70e133.md

latest2.0 KB
Original Source

TreeListControlBase Class

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class TreeListControlBase :
    GridDataControlBase
vb
Public MustInherit Class TreeListControlBase
    Inherits GridDataControlBase

Remarks

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

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataControlBase DevExpress.Xpf.Grid.GridDataControlBase TreeListControlBase GanttControl

TreeListControl

TreeViewControl

See Also

TreeListControlBase Members

DevExpress.Xpf.Grid Namespace