Back to Devexpress

ResourceTreeControl.GroupCaptionFieldName Property

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

latest1.7 KB
Original Source

ResourceTreeControl.GroupCaptionFieldName Property

Gets or sets the name of the source field that contains group captions. 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 GroupCaptionFieldName { get; set; }
vb
Public Property GroupCaptionFieldName As String

Property Value

TypeDescription
String

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

|

Remarks

The GroupsSource property specifies the data source for resource groups.

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.

See Also

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace