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

DataViewBase.PrintSelectedRowsOnly Property

Gets or sets whether only the selected rows are printed/exported. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

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