PrintInitializeEventArgs.Link Property
In This Article
Gets a PrintableComponentLinkBase object that provides functionality to print the Grid Control.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public PrintableComponentLinkBase Link { get; }
#Property Value
Type | Description |
---|---|
Printable |
A Printable |
See Also