Back to Devexpress

CardOptionsPrint Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-c7fd05c3.md

latest2.1 KB
Original Source

CardOptionsPrint Class

Provides print/export options for Card Views.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

The following members return CardOptionsPrint objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ViewPrintOptionsBase CardOptionsPrint

See Also

CardOptionsPrint Members

OptionsPrint

Printing Overview

Export Overview

DevExpress.XtraGrid.Views.Card Namespace