TileView.OptionsPrint Property
Provides access to settings that control how this TileView is printed and exported.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGrid.Views.Tile.Printing.TileViewOptionsPrint | A DevExpress.XtraGrid.Views.Tile.Printing.TileViewOptionsPrint object that stores settings, which control how this TileView is printed and exported. |
Remarks
See the Printing Overview and Export Overview topics to learn how to print and export Grid Control data.
See Also