ICollectionView::CanGroup Property

 

Gets a value that indicates whether this view supports grouping via the GroupDescriptions property.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property bool CanGroup {
	bool get();
}

Property Value

Type: System::Boolean

true if this view supports grouping; otherwise, false.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: