Infragistics(R) NetAdvantage(R) Windows Forms
List Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > ContainedInListCondition Class : List Property

Gets/sets the IList implementor which will be checked to determine whether the comparison value exists therein.

Syntax

Visual Basic (Declaration) 
Public Property List As IList
C# 
public IList List {get; set;}

Remarks

Designer support is provided for creating a ValueList, whose associated ValueListItems collection is used for validation.

See Also