Class MultiSelectionComboboxActionList
MultiSelectionComboboxActionList class.
Inheritance
System.Object
MultiSelectionComboboxActionList
Inherited Members
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()