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

CustomizeDocumentColumnEventArgs.ColumnFieldName Property

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

Namespace: DevExpress.Export

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

Declaration

public string ColumnFieldName { get; set; }

Property Value

Type Description
String

A string that is the name of the data field.

See Also