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

BandedGridOptionsPrint() Constructor

Creates a new BandedGridOptionsPrint object.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public BandedGridOptionsPrint()

Remarks

The constructor is called automatically when a BandedGridView object or its descendant initializes its BandedGridView.OptionsPrint property. Generally, you will not need to create BandedGridOptionsPrint objects manually.

See Also