ListViewLinkBase Class
The base class for the ListViewLink class.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Remarks
To print a ListView control, assign an existing ListView object to the ListViewLinkBase.ListView property, and then either call the ListViewLink.ShowPreview (ListViewLink.ShowPreviewDialog) method to preview a document, or the ListViewLink.Print (ListViewLink.PrintDlg) method to send it to a printer.
Inheritance
Object
MarshalByRefObject
See Also