Back to Devexpress

ResourceTreeControl.AllowResourceDelete Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcetreecontrol-71bdbfef.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
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

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace