ResourceTreeControl.AllowResourceDelete Property
Gets or sets whether to allow end-users to remove resources. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to to allow end-users to remove resources; otherwise, false |
Remarks
The AllowEditing property specifies whether to allow end-users to rename groups and resources.
Set the AllowResourceCreate property to false to prevent end-users from creating resources.
See Also