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

GridViewBase.PrintAllGroups Property

Gets or sets whether the grid is printed with all group rows expanded.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public bool PrintAllGroups { get; set; }

Property Value

Type Description
Boolean

true to print the grid with all group rows expanded; otherwise, false. The default is true.

Remarks

To learn more, see Printing.

See Also