Skip to main content

BandedGridOptionsPrint() Constructor

Creates a new BandedGridOptionsPrint object.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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