GroupableItemsView.IsGrouped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether items should be displayed in groups.
public:
property bool IsGrouped { bool get(); void set(bool value); };
public bool IsGrouped { get; set; }
member this.IsGrouped : bool with get, set
Public Property IsGrouped As Boolean
Property Value
true if items are grouped; otherwise, false. The default is false.
Remarks
When enabled, the ItemsSource is expected to be a collection of groups, where each group is itself a collection of items.