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

ResourceTreeControl.GroupsSource Property

Gets or sets the data source for resource groups. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public IEnumerable GroupsSource { get; set; }

Property Value

Type
IEnumerable

Remarks

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 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.

See Also