'Declaration
<System.FlagsAttribute()> Public Enum DataGridClipboardMode Inherits System.Enum
[System.Flags()] public enum DataGridClipboardMode : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum DataGridClipboardMode Inherits System.Enum
[System.Flags()] public enum DataGridClipboardMode : System.Enum
Member | Description |
---|---|
ExcludeHeader | Users can copy the text values of selected cells to the Clipboard; row and column header values are not included. |
IncludeAllHeaders | Users can copy the text values of selected cells to the Clipboard; row and column header values are included. |
IncludeColumnHeaders | Users can copy the text values of selected cells to the Clipboard; column header values are included. |
IncludeRowHeaders | Users can copy the text values of selected cells to the Clipboard; row header values are included. |
None | Clipboard support is disabled. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.DataGrid.DataGridClipboardMode