ResourceTreeControl.AllowEditing Property
Gets or sets whether to allow end-users to rename groups and 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 rename groups and resources; otherwise, false |
Remarks
Use the AllowGroupCreate and AllowGroupDelete properties to prevent end-users from adding and removing resource groups correspondingly.
Use the AllowResourceCreate and AllowResourceDelete properties to prevent end-users from adding and removing resources correspondingly.
See Also