PrintOptions Property
Description
Options that specify how the Grid should look when sent to a print device.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property PrintOptions() As [GridPrintOptions](XtremeGridControl~GridPrintOptions.md)
Remarks
The PrintOptions property allows you to manually set the Print Options that can be set using the "Page Setup" dialog that ShowPrintPageSetup displays. These options affect how the Grid looks when printed.
Using PrintOptions, you can access print options such as page margins, page header, header font, etc.
See the GridPrintOptions members for detailed descriptions of each print option that can be set.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.