ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class / CreateGroupContent Method

In This Topic
    CreateGroupContent Method (DataGridColumn)
    In This Topic
    Creates and initializes the FrameworkElement used to display in the group row related to this column.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateGroupContent() As FrameworkElement
    public virtual FrameworkElement CreateGroupContent()

    Return Value

    FrameworkElement used to display in the group row related to this column
    See Also