ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.GroupByAreaVisible Property

Gets or sets a value indicating the visibility of the Grouping area of the grid when the DataView property is set to GroupBy.

[Visual Basic]

Public Property GroupByAreaVisible As Boolean

[C#]

public bool GroupByAreaVisible {get;set;}

[Delphi]

public property GroupByAreaVisible: Boolean read get_GroupByAreaVisible write set_GroupByAreaVisible;

Example

The following code sets the GroupByAreaVisible property to False so the grouping area does not appear:

·      Visual Basic

       Me.C1TrueDBGrid1.GroupByAreaVisible = False

·      C#

       this.c1TrueDBGrid1.GroupByAreaVisible = false;

·      Delphi

       Self.C1TrueDBGrid1.GroupByAreaVisible := false;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.