Skip to main content
A newer version of this page is available. .

TreeListView.PrintAllNodes Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

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.

See Also