A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsPrint OptionsPrint { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsPrint As TreeListOptionsPrint
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
Feedback