The GroupStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupStyle |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnPropertyChanged |
Raises the PropertyChanged event with the provided arguments.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ContainerStyle |
Gets or sets the style that is applied to the GroupItem generated for each item.
|
|
ContainerStyleSelector |
Enables the application writer to provide custom selection logic for a style
to apply to each generated GroupItem.
|
|
Default |
Gets the default style of the group.
|
|
HeaderTemplate |
Gets or sets the template that is used to display the group header.
|
|
HeaderTemplateSelector |
Enables the application writer to provide custom selection logic for a template
that is used to display the group header.
|
|
HidesIfEmpty |
Gets or sets whether items corresponding to empty groups should be displayed.
|
|
Panel |
Gets or sets a template that creates the panel used to layout the items.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs after the value of a GroupStyle property is changed.
|