ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / IsInGroupingPanel Property

In This Topic
    IsInGroupingPanel Property
    In This Topic
    Gets or sets a value indicating whether the column header is in the grouping panel or not.
    Syntax
    'Declaration
     
    
    Public Property IsInGroupingPanel As Boolean
    public bool IsInGroupingPanel {get; set;}
    See Also