ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class / GetGroupText Method
The group row.

In This Topic
    GetGroupText Method (DataGridColumn)
    In This Topic
    Gets the text shown in the group row.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetGroupText( _
       ByVal groupRow As DataGridGroupRow _
    ) As String
    public virtual string GetGroupText( 
       DataGridGroupRow groupRow
    )

    Parameters

    groupRow
    The group row.
    See Also