Skip to main content

TreeListView.PrintAllNodes Property

Gets or sets whether the grid is printed with all nodes expanded.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool PrintAllNodes { get; set; }

#Property Value

Type Description
Boolean

true to print the grid with all nodes expanded; otherwise, false. The default is true.

#Remarks

To learn more, see Printing and Exporting.

See Also