FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / AllowGrouping Property

In This Topic
    AllowGrouping Property (GridColumn)
    In This Topic
    Gets or sets a value that indicates whether the user can group by this column.
    Syntax
    'Declaration
     
    Public Property AllowGrouping As Boolean
    public bool AllowGrouping {get; set;}
    See Also