AllowHeaderGrouping

Top  Previous  Next

Gets or sets a boolean flag indicating whether it is allowed to group the column headers or not.

[Visual Basic .NET]

Public Property AllowHeaderGrouping As Boolean

[C#]

public bool AllowHeaderGrouping {get; set;}

 

Remarks

The default value is TRUE, and 3 screenshots are listed below; in this example, the group titles for both Latitude and Longitude are GeoPosition.

GroupColumns

 

GroupColumns_2

 

GroupColumns_3