Back to Devexpress

PrintRowEventArgs.HasFooter Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-printroweventargs-89c36b91.md

latest1.2 KB
Original Source

PrintRowEventArgs.HasFooter Property

Gets whether the row contains a footer.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool HasFooter { get; }
vb
Public ReadOnly Property HasFooter As Boolean

Property Value

TypeDescription
Boolean

true if the row contains a footer; otherwise, false.

|

See Also

PrintRowEventArgs Class

PrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace