ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / GroupHeader Property

In This Topic
    GroupHeader Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the header that will appear in the grouping panel as the column header is dragged there.
    Syntax
    'Declaration
     
    
    Public Property GroupHeader As Object
    public object GroupHeader {get; set;}
    See Also