Skip to main content

TreeListView.TreeLineStyle Property

Gets or sets the style of tree lines used to connect nodes. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public TreeListLineStyle TreeLineStyle { get; set; }

#Property Value

Type Description
TreeListLineStyle

A TreeListLineStyle enumeration value that specifies the style of tree lines.

See Also