Back to Devexpress

TileView.OptionsPrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-644d9842.md

latest1.8 KB
Original Source

TileView.OptionsPrint Property

Provides access to settings that control how this TileView is printed and exported.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public TileViewOptionsPrint OptionsPrint { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsPrint As TileViewOptionsPrint

Property Value

TypeDescription
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

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace