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

TreeList.OptionsPrint Property

Provides access to the Tree List’s options that affect how the control is printed and exported.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsPrint OptionsPrint { get; }

Property Value

Type Description
TreeListOptionsPrint

A TreeListOptionsPrint object which contains the print and export options.

Remarks

The object returned provides a set of properties that specify which Tree List elements are to be printed/exported, whether to expand all nodes in the print/export output, allows you to change the appearances, etc.

See Also