GroupDataSet.CreateGroup Methods
Creates a new Group in the GroupDataSet.
Thread safety: This method is thread-safe.
Overload List
| Name | Description | |
|---|---|---|
| Public method | CreateGroup() | Creates a new Group in the GroupDataSet. |
| Public method | CreateGroup(AttributeSet attributes) | Creates a new Group in the GroupDataSet with the specified AttributeSet. |
CreateGroup()
Creates a new Group in the GroupDataSet.Syntax
public Group CreateGroup ()Return Value
Type: Group
The new group.
The new group.
CreateGroup(AttributeSet attributes)
Creates a new Group in the GroupDataSet with the specified AttributeSet.Syntax
public Group CreateGroup (
AttributeSet attributes
)Parameters
attributes
Type: AttributeSet
The set of attributes to initialize the new group with.
The set of attributes to initialize the new group with.
Return Value
Type: Group
The new group.
The new group.
Platforms
Windows, Linux, Android