Version

CheckedListSettings Class

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

The CheckedListSettings class provides a way to designate a column as the provider of a logical "checked state" for each associated row. A collection of the rows whose cell values for this column evaluate to true are returned by the CheckedRows collection. This mechanism provides a way to emulate the behavior exhibited by the .NET CheckedListBox control.

The EditorValueSource property provides a way to stipulate that the control's Value property reflect the checked rows rather than the SelectedRow, effectively enabling "multiple row selection".

When EditorValueSource is set to 'CheckedItems', the value for each row in the Rows collection whose cell for the CheckStateMember column equates to a value of true comprises the control's value. The string representation of the cell in the DisplayMember column is displayed in the edit portion, separated by the ListSeparator character.

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