Skip to main content

CopyingToClipboardEventArgsBase.CopyHeader Property

Gets whether column headers are copied to the clipboard.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool CopyHeader { get; }

Property Value

Type Description
Boolean

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

Remarks

Refer to the Copy Operations topic to learn more.

See Also