Skip to main content
All docs
V26.1
  • ResourceTreeCommands.CreateGroup() Method

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

    Namespace: DevExpress.Xpf.Scheduling

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