Skip to main content

TreeListControl.View Property

Gets or sets the View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeListView View { get; set; }

#Property Value

Type Description
TreeListView

A TreeListView object that is the view used to display data.

#Remarks

The DXTreeList control does not actually display data itself. It uses a View to display data. To learn more, see TreeList View Overview.

See Also