Class MultiColumnComboBoxActionList
Inheritance
System.Object
MultiColumnComboBoxActionList
Assembly: Syncfusion.Tools.Windows.dll
public class MultiColumnComboBoxActionList : SyncActionListBase<MultiColumnComboBox>
Constructors
Declaration
public MultiColumnComboBoxActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public Color AlphaBlendSelectionColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public Border3DStyle Border3DStyle { get; set; }
Property Value
Type |
System.Windows.Forms.Border3DStyle |
Declaration
public ComboBoxStyle DropDownStyle { get; set; }
Property Value
Type |
System.Windows.Forms.ComboBoxStyle |
Declaration
public int DropDownWidth { get; set; }
Property Value
Declaration
public int MaxDropDownItems { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool ReadOnly { get; set; }
Property Value
Declaration
public bool ShowColumnHeader { get; set; }
Property Value
Declaration
public bool Sorted { get; set; }
Property Value
Declaration
public VisualStyle Style { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.MultiColumnComboBox>.InitializeActionList()