exportable property

bool exportable
final

Whether this field-bound column participates in grid-driven exports.

Defaults to true. Set to false to keep the column visible in the grid while excluding it from exports that use FdcGridExportColumnMode.visibleColumns. Dataset-field exports are not affected because they do not use grid column configuration.

Implementation

final bool exportable;