Back to Devexpress

ResourceTreeControl.GroupCheckBoxFieldName Property

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

latest1.3 KB
Original Source

ResourceTreeControl.GroupCheckBoxFieldName Property

Gets or sets the name of the groups source field to which check boxes embedded into rows are bound. 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 GroupCheckBoxFieldName { get; set; }
vb
Public Property GroupCheckBoxFieldName As String

Property Value

TypeDescription
String

A System.String value that specifies the field in a data source.

|

Remarks

The GroupCheckBoxFieldName property should be of the Nullable<Boolean> data type.

See Also

ResourceTreeControl Class

ResourceTreeControl Members

DevExpress.Xpf.Scheduling Namespace