ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStyleBase Class / ItemListValidate Property

In This Topic
    ItemListValidate Property
    In This Topic
    Indicates whether the user interface control should check that the value entered by the user is present as a LookupItem.Value in ItemList.
    Syntax
    'Declaration
     
    Public Property ItemListValidate As System.Boolean
    public System.bool ItemListValidate {get; set;}
    See Also