Skip to main content

TreeListView.PrintExpandButtons Property

Gets or sets whether expand buttons are printed.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
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 and Exporting.

See Also