ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / GroupContentStyle Property

In This Topic
    GroupContentStyle Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the style applied to the title of each group row related to this column.
    Syntax
    'Declaration
     
    
    Public Property GroupContentStyle As Style
    public Style GroupContentStyle {get; set;}
    See Also