menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupBarActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupBarActionList

    Inheritance
    System.Object
    SyncActionListBase<GroupBar>
    GroupBarActionList
    Inherited Members
    SyncActionListBase<GroupBar>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<GroupBar>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<GroupBar>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<GroupBar>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<GroupBar>.Control
    SyncActionListBase<GroupBar>.GetProperty(String)
    SyncActionListBase<GroupBar>.GetSortedActionItems()
    SyncActionListBase<GroupBar>.GetValue(String)
    SyncActionListBase<GroupBar>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GroupBarActionList : SyncActionListBase<GroupBar>

    Constructors

    GroupBarActionList(IComponent)

    Declaration
    public GroupBarActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    AllowCollapse

    Declaration
    public bool AllowCollapse { get; set; }
    Property Value
    Type
    System.Boolean

    BorderStyle

    Declaration
    public BorderStyle BorderStyle { get; set; }
    Property Value
    Type
    System.Windows.Forms.BorderStyle

    Collapsed

    Declaration
    public bool Collapsed { get; set; }
    Property Value
    Type
    System.Boolean

    Dock

    Declaration
    public DockStyle Dock { get; set; }
    Property Value
    Type
    System.Windows.Forms.DockStyle

    FlatLook

    Declaration
    public bool FlatLook { get; set; }
    Property Value
    Type
    System.Boolean

    GroupBarItems

    Declaration
    public GroupBar.GroupBarItemCollection GroupBarItems { get; set; }
    Property Value
    Type
    GroupBar.GroupBarItemCollection

    IntegratedScrolling

    Declaration
    public bool IntegratedScrolling { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Office2007Theme

    Declaration
    public Office2007Theme Office2007Theme { get; set; }
    Property Value
    Type
    Office2007Theme

    PopupResizeMode

    Declaration
    public PopupResizeMode PopupResizeMode { get; set; }
    Property Value
    Type
    PopupResizeMode

    StackedMode

    Declaration
    public bool StackedMode { get; set; }
    Property Value
    Type
    System.Boolean

    TextAlign

    Declaration
    public TextAlignment TextAlign { get; set; }
    Property Value
    Type
    TextAlignment

    ThemesEnabled

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    VisualStyle

    Declaration
    public VisualStyle VisualStyle { get; set; }
    Property Value
    Type
    VisualStyle

    Methods

    AddGroup()

    Declaration
    public void AddGroup()

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.GroupBar>.InitializeActionList()

    RemoveGroup()

    Declaration
    public void RemoveGroup()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved