Initializes a new instance of the GroupHeader class.
[Visual Basic]
Public Function New()
[C#]
public GroupHeader();
Example
[C#]
private void GroupHeader1_Format(object sender, System.EventArgs eArgs) { this.GroupHeader1.ColumnLayout = true; this.GroupHeader1.DataField = "Country"; this.GroupHeader1.GroupKeepTogether = GroupKeepTogether.None; this.GroupHeader1.KeepTogether = true; this.GroupHeader1.NewColumn = NewColumn.None; this.GroupHeader1.NewPage = NewPage.None; this.GroupHeader1.RepeatStyle = RepeatStyle.None; this.GroupHeader1.UnderlayNext = true; } |
[Visual Basic]
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
Me.GroupHeader1.ColumnLayout = True
Me.GroupHeader1.DataField = "Country"
Me.GroupHeader1.GroupKeepTogether = GroupKeepTogether.None
Me.GroupHeader1.KeepTogether = True
Me.GroupHeader1.NewColumn = NewColumn.None
Me.GroupHeader1.NewPage = NewPage.None
Me.GroupHeader1.RepeatStyle = RepeatStyle.None
Me.GroupHeader1.UnderlayNext = True
End Sub |
See Also
GroupHeader Class
| GroupHeader Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.