copyButton property

SimpleButton copyButton
getter/setter pair

Implementation

SimpleButton copyButton = SimpleButton()
  ..caption = 'copy'
  ..setCssClass('TableCopyButton');