Skip to main content

TableView.PrintSelectedRowsOnly Property

Gets or sets whether only the selected rows are printed/exported.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool PrintSelectedRowsOnly { get; set; }

#Property Value

Type Description
Boolean

true if only the selected rows 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