A newer version of this page is available.
Switch to the current version.
TreeList.IsPrinting Property
Gets whether the TreeList control is sending information to the print/export engine.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
public bool IsPrinting { get; }
<Browsable(False)>
Public ReadOnly Property IsPrinting As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the TreeList control is sending information to the print/export engine; otherwise, false. |
See Also
Feedback