Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / HtmlClipboardExporter Class / StartHeaderField Method
The DataGridContext used for the copy operation.
The Column of the header field.


In This Topic
    StartHeaderField Method (HtmlClipboardExporter)
    In This Topic
    Called before each field in a header is copied to the clipboard.
    Syntax
    'Declaration
     
    Protected Overrides Sub StartHeaderField( _
       ByVal dataGridContext As DataGridContext, _
       ByVal column As Column _
    ) 
    'Usage
     
    Dim instance As HtmlClipboardExporter
    Dim dataGridContext As DataGridContext
    Dim column As Column
     
    instance.StartHeaderField(dataGridContext, column)
    protected override void StartHeaderField( 
       DataGridContext dataGridContext,
       Column column
    )

    Parameters

    dataGridContext
    The DataGridContext used for the copy operation.
    column
    The Column of the header field.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also