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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void CreateGroup()

Remarks

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

See Also