ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / ActualGroupHeader Property

In This Topic
    ActualGroupHeader Property
    In This Topic
    Gets the actual header that appears in the grouping panel as the column header is dragged there.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualGroupHeader As Object
    public object ActualGroupHeader {get;}
    See Also