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

ResourceTreeControl.AllowResourceCreate Property

Gets or sets whether to allow end-users to create resources. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool AllowResourceCreate { get; set; }

Property Value

Type Description
Boolean

true, to to allow end-users to create resources; otherwise, false

Remarks

The AllowEditing property specifies whether to allow end-users to rename groups and resources.

Set the AllowResourceDelete property to false to prevent end-users from removing resources.

See Also