True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GroupByAreaVisible Property

In This Topic
    GroupByAreaVisible Property (C1TrueDBGrid)
    In This Topic
    Gets or sets a value indicating the visibility of the Grouping area of the grid when the DataView property is set to GroupBy.
    Syntax
    'Declaration
     
    Public Property GroupByAreaVisible As System.Boolean
    public System.bool GroupByAreaVisible {get; set;}
    See Also