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

DataViewBase.PrintSelectedRowsOnly Property

Gets or sets whether to print/export only the selected rows. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool PrintSelectedRowsOnly { get; set; }

Property Value

Type Default Description
Boolean false

true, to print/export only the selected rows; otherwise, 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