menu

WinForms

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

    Show / Hide Table of Contents

    Class GroupViewActionList

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

    Constructors

    GroupViewActionList(IComponent)

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

    Properties

    AllowDragDrop

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

    ButtonView

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

    FlatLook

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

    FlowView

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

    GroupViewItems

    Declaration
    public GroupView.GroupViewItemCollection GroupViewItems { get; set; }
    Property Value
    Type
    GroupView.GroupViewItemCollection

    HighlightImage

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

    HighlightText

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

    IntegratedScrolling

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

    LargeImageList

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

    Name

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

    SmallImageList

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

    SmallImageView

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

    TextWrap

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

    ThemesEnabled

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

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.GroupView>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved