Back to Devexpress

ResourceTreeControl.GroupsSource Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcetreecontrol-ca6f4560.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IEnumerable GroupsSource { get; set; }
vb
Public Property GroupsSource As IEnumerable

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

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace