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

ListViewLinkBase Class

The base class for the ListViewLink class.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public class ListViewLinkBase :
    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.

See Also