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

GridPrintingEventArgs.ColumnFieldName Property

Gets the column’s name that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

public string ColumnFieldName { get; }

Property Value

Type Description
String

The column’s name that will be printed.

See Also