The GroupStyle type exposes the following members.

Constructors

  Name Description
Public method GroupStyle

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ContainerStyle
Gets or sets the style that is applied to the GroupItem generated for each item.
Public property ContainerStyleSelector
Enables the application writer to provide custom selection logic for a style to apply to each generated GroupItem.
Public property Static member Default
Gets the default style of the group.
Public property HeaderTemplate
Gets or sets the template that is used to display the group header.
Public property HeaderTemplateSelector
Enables the application writer to provide custom selection logic for a template that is used to display the group header.
Public property HidesIfEmpty
Gets or sets whether items corresponding to empty groups should be displayed.
Public property Panel
Gets or sets a template that creates the panel used to layout the items.

Events

  Name Description
Public event PropertyChanged
Occurs after the value of a GroupStyle property is changed.

See Also