ResourceTreeControl.GroupKeyFieldName Property
Gets or sets the name of the groups source field that contains unique values. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
String | A System.String value that is the name of the groups source field that contains unique 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 GroupParentFieldName property specifies the name of the source field that contains parent group values. The data types of the data source fields specified by the GroupKeyFieldName and GroupParentFieldName properties must be the same.