A newer version of this page is available.
Switch to the current version.
BandedGridOptionsPrint.PrintBandHeader Property
Gets or sets whether band headers are printed/exported.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool PrintBandHeader { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintBandHeader As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if band headers are printed/exported; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PrintBandHeader |
---|---|
BandedGridView |
|
See Also
Feedback