Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / AllowGroupFiltering Property


In This Topic
    AllowGroupFiltering Property
    In This Topic
    Gets or sets whether the Gallery can be filtering.
    Syntax
    'Declaration
     
    
    Public Property AllowGroupFiltering As Boolean
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As Boolean
     
    instance.AllowGroupFiltering = value
     
    value = instance.AllowGroupFiltering
    public bool AllowGroupFiltering {get; set;}
    See Also