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

BandedGridView.OptionsCustomization Property

Provides access to the View’s customization options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public BandedGridOptionsCustomization OptionsCustomization { get; }

Property Value

Type Description
BandedGridOptionsCustomization

A BandedGridOptionsCustomization object containing the View’s customization options.

Remarks

The object returned provides a set of Boolean properties specifying the functionality enabled for the View. Please refer to the BandedGridOptionsCustomization class description for the list of available options and their descriptions.

See Also