Skip to main content
A newer version of this page is available. .

TileView.OptionsPrint Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Options")]
public TileViewOptionsPrint OptionsPrint { get; }

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