GridPrintingEventArgs.PrintAreaType Property
In This Article
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 |
---|---|
Grid |
A Grid |
Available values:
Name | Description |
---|---|
Column |
A Column |
Group |
A Group |
Group |
A Group |
Cell | A cell. |
Total |
A Total |
Fixed |
See Also