ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupRowPresenter Class / GroupContent Property

In This Topic
    GroupContent Property
    In This Topic
    Gets or sets the text or uielement displayed as the title of the group
    Syntax
    'Declaration
     
    
    Public Property GroupContent As Object
    public object GroupContent {get; set;}
    See Also