A newer version of this page is available.
Switch to the current version.
ListViewLinkBase.ListView Property
Gets or sets a ListView object to be printed via the current link.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(null)]
public ListView ListView { get; set; }
<DefaultValue(Nothing)>
Public Property ListView As ListView
Property Value
Type | Default | Description |
---|---|---|
ListView | null |
A ListView object to be printed. |
See Also
Feedback