alexa

    Show / Hide Table of Contents

    Class GroupViewActionList

    Represents a list of synchronized actions specific to the GroupView component.

    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)

    Initializes a new instance of the GroupViewActionList class.

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

    The component associated with this action list.

    Properties

    AllowDragDrop

    Gets or sets a value indicating whether drag-and-drop functionality is enabled for the GroupView control.

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

    ButtonView

    Gets or sets a value indicating whether the GroupView control displays items in button view.

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

    FlatLook

    Gets or sets a value indicating whether the GroupView control uses a flat look style.

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

    FlowView

    Gets or sets a value indicating whether the GroupView control uses flow layout for items.

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

    GroupViewItems

    Gets or sets the collection of items displayed in the GroupView control.

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

    HighlightImage

    Gets or sets a value indicating whether item images are highlighted on mouse hover in the GroupView control.

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

    HighlightText

    Gets or sets a value indicating whether item text is highlighted on mouse hover in the GroupView control.

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

    IntegratedScrolling

    Gets or sets a value indicating whether scrolling is integrated with the parent control in the GroupView.

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

    LargeImageList

    Gets or sets the System.Windows.Forms.ImageList used for displaying large images in the GroupView control.

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

    Name

    Gets or sets the name of the GroupView control.

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

    SmallImageList

    Gets or sets the System.Windows.Forms.ImageList used for displaying small images in the GroupView control.

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

    SmallImageView

    Gets or sets a value indicating whether the GroupView control uses small images for items.

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

    TextWrap

    Gets or sets a value indicating whether item text should wrap in the GroupView control.

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

    ThemesEnabled

    Gets or sets a value indicating whether themes are enabled for the GroupView control.

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

    Methods

    InitializeActionList()

    Initializes the designer action list for the GroupView control.

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

    This method adds categorized designer action items to the action list, allowing properties of the GroupView control to be edited in the designer.

    Back to top Generated by DocFX