Skip to main content

GridPrintingEventArgs.PrintAreaType Property

Gets a GridControl’s area that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridPrintAreaType PrintAreaType { get; }

Property Value

Type Description
GridPrintAreaType

A GridControl’s area.

Available values:

Name Description
ColumnHeader

A ColumnHeader.

GroupRow

A GroupRow.

GroupSummary

A GroupSummary.

Cell

A cell.

TotalSummary

A TotalSummary.

FixedTotalSummary

A FixedTotalSummary.

See Also