Skip to main content

BandedGridOptionsCustomization() Constructor

Creates a new instance of the BandedGridOptionsCustomization class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BandedGridOptionsCustomization()

Remarks

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

See Also