Back to Devexpress

ClipboardRowCopyingEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-81e47dfb.md

latest2.6 KB
Original Source

ClipboardRowCopyingEventArgs Class

Provides data for the ClipboardRowCopying event.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class ClipboardRowCopyingEventArgs :
    EventArgs
vb
Public Class ClipboardRowCopyingEventArgs
    Inherits EventArgs

ClipboardRowCopyingEventArgs is the data class for the following events:

Inheritance

Object EventArgs ClipboardRowCopyingEventArgs

Extension Methods

WithBandHeaders(Action<ClipboardHeaderInfoCollection>)

WithColumnHeader(Action<ClipboardHeaderInfoCollection>)

WithGroup(Action<ClipboardValueInfo>)

WithGroupSummary(Action<ClipboardValueInfoCollection>)

WithRow(Action<ClipboardValueInfoCollection>)

See Also

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace