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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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