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

ResourceTreeControl.NewResourceText Property

Gets or sets the name that is initially assigned to a newly created resource. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public string NewResourceText { get; set; }

Property Value

Type Description
String

A string value that is the name that is initially assigned to a newly created resource.

See Also