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

In This Topic
    GroupContent Property (DataGridGroupRowPresenter)
    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