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

GridOptionsPrint.PrintDetails Property

Gets or sets to print/export details of master rows.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintDetails { get; set; }

Property Value

Type Default Description
Boolean **false**

false, to print/export the View with all master rows collapsed, regardless of their actual expanded state; otherwise, true.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintDetails
AdvBandedGridView
.OptionsPrint.PrintDetails
BandedGridView
.OptionsPrint.PrintDetails
GridView
.OptionsPrint.PrintDetails

Remarks

If the PrintDetails property is set to true, the manner in which details are printed/exported depends on the GridOptionsPrint.ExpandAllDetails property value.

The PrintDetails option is not in effect in Data-aware export to XLS.

See Also