Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

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