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

BandedGridView.OptionsPrint Property

Provides options that control how the View is printed/exported.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
BandedGridOptionsPrint

A BandedGridOptionsPrint object containing the View’s print and export options.

Remarks

The object returned provides a set of properties allowing you to customize the View’s print and export options.

See Also