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

GridPrintAreaType Enum

Lists GridControl’s elements that is being printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum GridPrintAreaType

Members

Name Description
ColumnHeader

A ColumnHeader.

GroupRow

A GroupRow.

GroupSummary

A GroupSummary.

Cell

A cell.

TotalSummary

A TotalSummary.

FixedTotalSummary

A FixedTotalSummary.

Related API Members

The following properties accept/return GridPrintAreaType values:

See Also