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

TreeListView.PrintExpandButtons Property

Gets or sets whether expand buttons are printed.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool PrintExpandButtons { get; set; }

Property Value

Type Description
Boolean

true to print expand buttons; otherwise, false. The default is true.

Remarks

If the PrintExpandButtons property is set to true, but the expand buttons are actually hidden within a View (the TreeListView.ShowExpandButtons property is set to false), expand buttons are not printed.

To learn more, see Printing.

See Also