Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string GroupCheckBoxFieldName { get; set; }

Property Value

Type Description
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