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

LayoutViewOptionsPrint Class

Provides print/export options for a LayoutView View.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class LayoutViewOptionsPrint :
    ViewPrintOptionsBase

The following members return LayoutViewOptionsPrint objects:

Remarks

The LayoutViewOptionsPrint class provides a set of properties that control how a Layout View is printed/exported. These properties specify whether to print/export card captions, empty fields, whether to use print styles, etc.

To access print/export settings, use the LayoutView.OptionsPrint property.

See Also