Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonListItem Class / SupportedGroupSizing Property


In This Topic
    SupportedGroupSizing Property (RibbonListItem)
    In This Topic
    Imposes a restriction on sizing the item when it appears on a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property SupportedGroupSizing As SupportedGroupSizing
    'Usage
     
    
    Dim instance As RibbonListItem
    Dim value As SupportedGroupSizing
     
    instance.SupportedGroupSizing = value
     
    value = instance.SupportedGroupSizing
    public SupportedGroupSizing SupportedGroupSizing {get; set;}
    See Also