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

ResourceTreeControl.NewGroupText Property

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public string NewGroupText { get; set; }

Property Value

Type Description
String

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

See Also