Xceed DataGrid for Silverlight Documentation
GroupHeaderStyle Property


Gets or sets the style that is applied to the group headers.
Syntax
'Declaration
 
Public Property GroupHeaderStyle As Style
'Usage
 
Dim instance As DataGridGroupConfiguration
Dim value As Style
 
instance.GroupHeaderStyle = value
 
value = instance.GroupHeaderStyle
public Style GroupHeaderStyle {get; set;}

Property Value

The style that is applied to the group headers.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridGroupConfiguration Class
DataGridGroupConfiguration Members

Send Feedback