menu

WinForms

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

    Show / Hide Table of Contents

    Class MultiSelectionComboboxActionList

    MultiSelectionComboboxActionList class.

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

    Constructors

    MultiSelectionComboboxActionList(IComponent)

    Initializes a new instance of the MultiSelectionComboboxActionList class.

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

    Represents component

    Properties

    AutoSizeMode

    Gets/Sets the AutoSizeMode

    Declaration
    public AutoSizeModes AutoSizeMode { get; set; }
    Property Value
    Type
    AutoSizeModes

    AutoSuggestMode

    Gets/Sets the AutoSuggestMode Mode

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

    DisplayMode

    Gets/Sets the Display Mode

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

    ShowCheckBox

    Gets/Sets whether to display CheckBox in DropDown window

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

    ShowGroups

    Gets/Sets whether to show Groups in DropDown window

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

    Methods

    InitializeActionList()

    Overridden InitializeActionList.

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