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

BandedGridOptionsHint() Constructor

Creates a new instance of the BandedGridOptionsHint class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public BandedGridOptionsHint()

Remarks

This constructor is called automatically when a BandedGridView object or its descendant initializes its BandedGridView.OptionsHint property. Usually, you will have no need to use this constructor in applications.

See Also