[]
Creates a new group of rows with the specified display settings.
public Group(GroupDataModel target, Group parent, int column, bool ascending)
Public Sub New(target As GroupDataModel, parent As Group, column As Integer, ascending As Boolean)
Type | Name | Description |
---|---|---|
GroupDataModel | target | Group data model target |
Group | parent | Group parent |
int | column | Column index |
bool | ascending | Whether items are shown in ascending order |
Creates a new group of rows with the specified diplay settings and the specified text.
public Group(GroupDataModel target, Group parent, string text, int column, bool ascending)
Public Sub New(target As GroupDataModel, parent As Group, text As String, column As Integer, ascending As Boolean)
Type | Name | Description |
---|---|---|
GroupDataModel | target | Group data model target |
Group | parent | Group parent |
string | text | Text string to display |
int | column | Column index |
bool | ascending | Whether items are shown in ascending order |