Skip to main content

CopyingToClipboardEventArgsBase.CopyHeader Property

Gets or sets the value indicating whether to copy column headers to the clipboard.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public bool CopyHeader { get; }

#Property Value

Type Description
Boolean

true to copy column headers to the clipboard; otherwise, false.

See Also