Skip to main content

AdvBandedGridOptionsView Class

Provides appearance options for Advanced Banded Grid Views.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class AdvBandedGridOptionsView :
    BandedGridOptionsView

The following members return AdvBandedGridOptionsView objects:

Remarks

The AdvBandedGridOptionsView class provides a set of Boolean properties that specify the visibility of specific elements and other options which affect the View’s data representation and layout. It’s derived from the BandedGridOptionsView class and inherits the appearance options specific to grid and banded Views. Its AdvBandedGridOptionsView.AllowCellMerge property is overridden from being set to true since neighboring cells cannot be merged within Advanced Banded Grid Views.

AdvBandedGridOptionsView objects can be accessed via the View’s AdvBandedGridView.OptionsView property.

See Also