Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

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