Version

CheckedListSettings Class

Exposes properties which control the behavior of the checkboxes displayed in the dropdown list used by the UltraComboEditor control.
Syntax
'Declaration
 
Public Class CheckedListSettings 
   Inherits Infragistics.Win.EditorCheckedListSettings
public class CheckedListSettings : Infragistics.Win.EditorCheckedListSettings 
Remarks

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".

Requirements

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

See Also