Back to Devexpress

ClipboardRowCopyingEventArgs.Headers Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowcopyingeventargs-8cae7821.md

latest1.4 KB
Original Source

ClipboardRowCopyingEventArgs.Headers Property

Provides access to the collection of cells in the processed column header, or band header.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public ClipboardHeaderInfoCollection Headers { get; }
vb
Public ReadOnly Property Headers As ClipboardHeaderInfoCollection

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Printing.ClipboardHeaderInfoCollection

An object that represents a collection of cells.

|

See Also

ClipboardRowCopyingEventArgs Class

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace