Back to Devexpress

ResourceTreeControl.GroupParentFieldName Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcetreecontrol-4b828237.md

latest1.9 KB
Original Source

ResourceTreeControl.GroupParentFieldName Property

Gets or sets the name of the source field that contains parent group values. This is a dependency property

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public string GroupParentFieldName { get; set; }
vb
Public Property GroupParentFieldName As String

Property Value

TypeDescription
String

A System.String value that is the name of the source field that contains parent group values.

|

Remarks

The GroupsSource property specifies the data source for resource groups.

The GroupCaptionFieldName property specifies the name of the source field that contains group captions. The GroupKeyFieldName property specifies the name of the source field that contains unique values.

The data types of the data source fields specified by the GroupKeyFieldName and GroupParentFieldName properties must be the same.

See Also

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace