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

CopyingToClipboardEventArgsBase.CopyHeader Property

Gets whether column headers are copied to the clipboard.

Namespace: DevExpress.Xpf.Grid

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

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