Back to Devexpress

ResourceTreeControl.AllowEditing Property

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

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
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

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace