ItemContainerStyleSelector Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupConfiguration Class : ItemContainerStyleSelector Property

Gets or sets a style selector that will select the appropriate style to apply to the containers (DataRow) of the data items in the groups to which the configuration is applied.

Syntax

Visual Basic (Declaration) 
Public Property ItemContainerStyleSelector As StyleSelector
C# 
public StyleSelector ItemContainerStyleSelector {get; set;}

Return Value

The StyleSelector that will select the appropriate style to apply to the containers (DataRow) of the data items in the groups to which the configuration is applied.

Notes

Changes made to the ItemContainerStyle or ItemContainerStyleSelector properties will not be reflected on existing containers (items that are visible in the viewport) until their containers are recreated or the grid is refreshed. Items that were not visible when the new style or selector were set will use the new style.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also