Back to Devexpress

ResourceTreeControl.AllowGroupDelete Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcetreecontrol-ee9e7be8.md

latest1.5 KB
Original Source

ResourceTreeControl.AllowGroupDelete Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AllowGroupDelete { get; set; }
vb
Public Property AllowGroupDelete As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

Set the AllowGroupCreate property to false to prevent end-users from creating new resource groups.

See Also

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace