CopyingToClipboardEventArgsBase.CopyHeader Property
Gets whether column headers are copied to the clipboard.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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