Skip to main content

CustomizeDocumentColumnEventArgs.ColumnFieldName Property

Gets or sets the data field’s name for the current column.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string ColumnFieldName { get; set; }

Property Value

Type Description
String

A string that is the name of the data field.

See Also