CustomizeCellEventArgs.ColumnFieldName Property
In This Article
Gets or sets the data source field name to which the current cell corresponds.
Namespace: DevExpress.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | The data source field name. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Columns in data-bound controls are bound to certain fields in an underlying data source. When exporting these controls to XLS(X) format, use the ColumnFieldName property to identify the field name to which cells in the export document correspond.
See Also