Skip to main content
A newer version of this page is available. .

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

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