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

BandedGridOptionsPrint Class

Provides print/export options for Banded Grid Views.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class BandedGridOptionsPrint :
    GridOptionsPrint

The following members return BandedGridOptionsPrint objects:

Remarks

The BandedGridOptionsPrint is derived from the GridOptionsPrint class, and so inherits print/export options specific to Grid Views. It introduces the BandedGridOptionsPrint.PrintBandHeader property that specifies whether band headers should be printed/exported.

BandedGridOptionsPrint objects can be accessed via the BandedGridView.OptionsPrint property of Banded Grid Views and Advanced Banded Grid Views.

See Also