MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (IDropDownView)
    In This Topic
    Gets or sets a collection of C1.Win.FlexGrid.GroupDescription objects that describe how items in the data source are grouped in the grid.
    Syntax
    'Declaration
     
    
    Property GroupDescriptions As IList(Of GroupDescription)
    IList<GroupDescription> GroupDescriptions {get; set;}
    See Also