columnMode property
Column source used by the built-in grid command.
FdcGridExportColumnMode.visibleColumns exports only visible grid columns in runtime grid order. FdcGridExportColumnMode.dataSetFields delegates column resolution to FdcExporter and uses dataset fields.
Implementation
final FdcGridExportColumnMode columnMode;