ItemsControl.GroupStyleSelector 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 reference to a custom GroupStyleSelector logic class. The GroupStyleSelector returns different GroupStyle values to use for content based on the characteristics of that content.
GroupStyleSelector GroupStyleSelector();
void GroupStyleSelector(GroupStyleSelector value);
public GroupStyleSelector GroupStyleSelector { get; set; }
var groupStyleSelector = itemsControl.groupStyleSelector;
itemsControl.groupStyleSelector = groupStyleSelector;
Public Property GroupStyleSelector As GroupStyleSelector
<itemsControl GroupStyleSelector="groupStyleSelectorReference" />
Property Value
A reference to a custom GroupStyleSelector logic class.