Skip to main content

ResourceTreeControl.AllowGroupCreate Property

Gets or sets whether to allow end-users to create resource groups. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool AllowGroupCreate { get; set; }

Property Value

Type Description
Boolean

true, to to allow end-users to create resource groups; otherwise, false

Remarks

The AllowEditing property specifies whether to allow end-users to rename groups and resources.

Set the AllowGroupDelete property to false to prevent end-users from removing resource groups.

See Also