Skip to main content

SkipFooterRowEventArgs.SkipFooterRow Property

Gets or sets whether to hide the currently processed summary footer (or multi-line summary footer’s line).

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool SkipFooterRow { get; set; }

Property Value

Type Description
Boolean

true, to hide the current row/line; otherwise, false.

Remarks

Set the SkipFooterRow property to true to hide the current summary footer (or the currently processed line in a multi-line summary footer) from the export output.

See Also