menu

WinForms

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

    Show / Hide Table of Contents

    Class MultiColumnComboBoxActionList

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

    Constructors

    MultiColumnComboBoxActionList(IComponent)

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

    Properties

    AlphaBlendSelectionColor

    Declaration
    public Color AlphaBlendSelectionColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Border3DStyle

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

    DropDownStyle

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

    DropDownWidth

    Declaration
    public int DropDownWidth { get; set; }
    Property Value
    Type
    System.Int32

    MaxDropDownItems

    Declaration
    public int MaxDropDownItems { get; set; }
    Property Value
    Type
    System.Int32

    Name

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

    ReadOnly

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

    ShowColumnHeader

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

    Sorted

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

    Style

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

    Methods

    InitializeActionList()

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