Northwoods.GoWPF 2.2.4 Assembly
Groupable Property

Gets or sets whether the user may group this part.
Syntax
Public Property Groupable As Boolean
public bool Groupable {get; set;}

Property Value

The default value is true. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
Remarks
In general one should call CanGroup to see if a particular part is groupable, not get this property value.
Requirements
See Also

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback