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

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.v19.1.dll

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