Wisej.Web.DataGridViewClipboardCopyMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Defines how content is copied from a DataGridView control to the Clipboard.
Name | Description |
---|---|
Name | Description |
---|---|
CopyToClient
The text copied to the clipboard is also always sent to the client's clipboard automatically.
Disable
Copying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is included.
EnableWithAutoHeaderText
The text values of selected cells is copied to the Clipboard. The text in the row header or column header is included only when the SelectionMode property is set to RowHeaderSelect or ColumnHeaderSelect or RowColumnHeaderSelect and at least one header is selected.
EnableWithoutHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is not included.
ExcludeUnselectedColumns
Excludes the unselected columns in between the first and last selected columns.
ExcludeUnselectedRows
Excludes the unselected rows in between the first and last selected rows.
Returns or sets a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included.