Back to Devexpress

GridOptionsPrint.PrintGroupFooter Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsprint-6ddd60b5.md

latest2.0 KB
Original Source

GridOptionsPrint.PrintGroupFooter Property

Gets or sets whether to display group footers in the print/export output.

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 PrintGroupFooter { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintGroupFooter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print/export group footers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintGroupFooter
GridView

.OptionsPrint .PrintGroupFooter

|

See Also

PrintFooter

GroupFooterShowMode

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace