Skip to main content
A newer version of this page is available. .

DataControlBase.CopyColumnHeadersToClipboard Property

Gets or sets whether to add column headers to the clipboard when you copy GridControl data. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool CopyColumnHeadersToClipboard { get; set; }

Property Value

Type Default Description
Boolean **false**

true to add column headers to the clipboard when you copy grid data; otherwise, false.

See Also