Share via


GroupableItemsView.IsGrouped Property

Definition

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.

Applies to