TreeListView.PrintSelectedRowsOnly Property
In This Article
Gets or sets whether only the selected nodes are printed/exported.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if only the selected nodes are printed/exported; otherwise, false. The default is false. |
#Remarks
If multiple item selection is disabled and the PrintSelectedRowsOnly is set to true, only the selected item is printed/exported. If multiple selection is enabled and the PrintSelectedRowsOnly property is set to true, only the selected items are printed/exported.
See Also