Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport2 Interface / SuspendGrouping Property


In This Topic
    SuspendGrouping Property (IGroupSupport2)
    In This Topic
    Gets or sets whether the grouping is suspended.
    Syntax
    'Declaration
     
    
    Property SuspendGrouping As Boolean
    'Usage
     
    
    Dim instance As IGroupSupport2
    Dim value As Boolean
     
    instance.SuspendGrouping = value
     
    value = instance.SuspendGrouping
    bool SuspendGrouping {get; set;}
    See Also