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

Gets or sets the style that will be applied to the containers (DataRow) of the data items in the groups to which the configuration is applied.

Syntax

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

Return Value

The Style that will be applied to the containers (DataRow) of the data items in the groups to which the configuration is applied.

Remarks

Changes made to the item-container style will only be applied when the group configuration is reapplied (i.e., when a group is re-expanded).

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