Group
Contents
[
Hide
]Group class
Represents a group definition.
A Group object is a member of the ResourceGroups collection or the TaskGroups collection.
The Group type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Group() | Initializes a new instance of the Group class. |
Properties
| Name | Description |
|---|---|
| name | Gets or sets a name of a Group object. |
| index | Gets or sets the index of a Group object in the Groups list . |
| uid | Gets a unique identifier of a group. |
| show_summary | Gets or sets a value indicating whether summary rows are displayed for the group. |
| maintain_hierarchy | Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
| show_in_menu | Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
| group_assignments | Gets or sets a value indicating whether assignments should be grouped instead of tasks. |
| group_criteria | Gets or sets a GroupCriteria collection representing the fields in a group definition. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks