'Declaration Public Class CheckedListSettings Inherits Infragistics.Win.EditorCheckedListSettings
public class CheckedListSettings : Infragistics.Win.EditorCheckedListSettings
The CheckedListSettings class provides a way to display a checkbox next to each item in the list. This extends functionality similar to that of the .NET CheckedListBox control to the UltraComboEditor control.
The EditorValueSource property provides a way to stipulate that the control's Value property reflect the checked items rather than the selected item, effectively enabling "multiple item selection".
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
CheckedListSettings Members
Infragistics.Win.UltraWinEditors Namespace
CheckedListSettings property (UltraComboEditor class)
CheckedItems collection (UltraComboEditor class)
EditorCheckedListSettings class