Back to Devexpress

GridViewBase.PrintAllGroups Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-5685f907.md

latest1.4 KB
Original Source

GridViewBase.PrintAllGroups Property

Gets or sets whether to expand all group rows in the printed document.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool PrintAllGroups { get; set; }
vb
Public Property PrintAllGroups As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to expand all group rows in the printed document; otherwise, false.

|

Remarks

Refer to the Print Data topic for more information on how to customize the printed document.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace