interface GridExportDisplayOptions {
    disableToolbarButton?: boolean;
}

Properties

disableToolbarButton?: boolean

If true, this export option will be removed from the GridToolbarExport menu.

false