Back to Devexpress

GridOptionsPrint Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-4c93747d.md

latest2.2 KB
Original Source

GridOptionsPrint Class

Provides print/export options for Grid Views.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridOptionsPrint :
    ViewPrintOptionsBase
vb
Public Class GridOptionsPrint
    Inherits ViewPrintOptionsBase

The following members return GridOptionsPrint objects:

Remarks

The options this class provides are accessible with the GridView.OptionsPrint property.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ViewPrintOptionsBase GridOptionsPrint BandedGridOptionsPrint

See Also

GridOptionsPrint Members

OptionsPrint

Printing Overview

Export Overview

DevExpress.XtraGrid.Views.Grid Namespace