Back to Devexpress

ListViewLinkBase Class

windowsforms-devexpress-dot-xtraprintinglinks-ea06df18.md

latest2.1 KB
Original Source

ListViewLinkBase Class

The base class for the ListViewLink class.

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class ListViewLinkBase :
    LinkBase
vb
Public Class ListViewLinkBase
    Inherits LinkBase

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 Component LinkBase ListViewLinkBase ListViewLink

See Also

ListViewLinkBase Members

Printing Links

DevExpress.XtraPrintingLinks Namespace