Skip to main content
A newer version of this page is available. .

ResourceTreeCommands.CreateGroup() Method

Creates a new group and adds it to the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void CreateGroup()

Remarks

ResourceTreeCommands.CreateGroupCommand calls the CreateGroup method if the CanCreateGroup method returns true.

See Also