A newer version of this page is available.
Switch to the current version.
GridOptionsBehavior.CopyToClipboardWithColumnHeaders Property
Obsolete. Gets or sets whether column captions are copied to the Clipboard, when CTRL+C is pressed or the BaseView.CopyToClipboard method is called.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[Browsable(false)]
[Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead.")]
public virtual bool CopyToClipboardWithColumnHeaders { get; set; }
<Browsable(False)>
<Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead.")>
Public Overridable Property CopyToClipboardWithColumnHeaders As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if column captions are copied to the Clipboard when CTRL+C is pressed or the BaseView.CopyToClipboard method is called; otherwise, false. |
Remarks
See the BaseView.CopyToClipboard topic to learn more.
See Also
Feedback