Show / Hide Table of Contents

Enum DataGridClipboardCopyMode

Defines modes that indicates how DataGrid content is copied to the Clipboard.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public enum DataGridClipboardCopyMode

Fields

Name Description
ExcludeHeader

Enable the DataGrid's ability to copy selected items as text, but do not include the column header content as the first line in the text that gets copied to the Clipboard.

IncludeHeader

Enable the DataGrid's ability to copy selected items as text, and include the column header content as the first line in the text that gets copied to the Clipboard.

None

Disable the DataGrid's ability to copy selected items as text.

  • Improve this Doc
  • View Source