The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl::GroupStyleSelector Property
.NET Framework (current version)
Gets or sets a method that enables you to provide custom selection logic for a GroupStyle to apply to each group in a collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property GroupStyleSelector^ GroupStyleSelector { GroupStyleSelector^ get(); void set(GroupStyleSelector^ value); }
Property Value
Type: System.Windows.Controls::GroupStyleSelector^A method that enables you to provide custom selection logic for a GroupStyle to apply to each group in a collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: