Skip to main content

BandedGridView.OptionsCustomization Property

Provides access to the View’s customization options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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