Skip to main content

GridPrintAreaType Enum

Lists GridControl’s elements that is being printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.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