Back to Devexpress

ViewPrintOptionsBase Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-74304dc0.md

latest1.9 KB
Original Source

ViewPrintOptionsBase Class

Base print and export options for a view.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

The following members return ViewPrintOptionsBase objects:

Remarks

These options can be accessed via a View’s OptionsPrint property.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ViewPrintOptionsBase CardOptionsPrint

GridOptionsPrint

LayoutViewOptionsPrint

BandedGridOptionsPrint

See Also

ViewPrintOptionsBase Members

DevExpress.XtraGrid.Views.Base Namespace