Back to Devexpress

CopyingToClipboardEventArgsBase.CopyHeader Property

wpf-devexpress-dot-xpf-dot-grid-dot-copyingtoclipboardeventargsbase-2ef73f20.md

latest1.3 KB
Original Source

CopyingToClipboardEventArgsBase.CopyHeader Property

Gets whether column headers are copied to the clipboard.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool CopyHeader { get; }
vb
Public ReadOnly Property CopyHeader As Boolean

Property Value

TypeDescription
Boolean

true, if column headers are copied to the clipboard; otherwise, false.

|

Remarks

Refer to the Copy Operations topic to learn more.

See Also

CopyingToClipboardEventArgsBase Class

CopyingToClipboardEventArgsBase Members

DevExpress.Xpf.Grid Namespace