Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool AllowEditing { get; set; }

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