Back to Devexpress

GridOptionsPrint.ExpandAllGroups Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsprint-fd49bdd5.md

latest2.1 KB
Original Source

GridOptionsPrint.ExpandAllGroups Property

Gets or sets whether the View is printed/exported with all group rows expanded.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ExpandAllGroups { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ExpandAllGroups As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print/export the View with all data rows visible regardless of the group rows’ expanded state; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExpandAllGroups
GridView

.OptionsPrint .ExpandAllGroups

|

Remarks

If the ExpandAllGroups option is disabled, the View is printed/exported with respect to the group rows’ expanded state.

See Also

ExpandAllDetails

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace