FilterableListView.ShowGroups Property
Gets or sets a value indicating whether items are displayed in groups.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool ShowGroups { get; set; }
public:
property bool ShowGroups {
bool get();
void set(bool value);
}
Public Property ShowGroups As Boolean
Property Value
Type: System.Boolean
true to display items in groups; otherwise, false. The default value is true.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top