ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / GroupDescription Class / GroupConverter Property

In This Topic
    GroupConverter Property (GroupDescription)
    In This Topic
    Gets or sets the group converter used to get the group the data.
    Syntax
    'Declaration
     
    
    Public Property GroupConverter As IValueConverter
    public IValueConverter GroupConverter {get; set;}
    See Also