Skip to main content

ResourceTreeCommands.CreateGroup() Method

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.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