ComponentOne List for WinForms
In This Topic
    ValueItem Object
    In This Topic

    The ValueItem object consists of two properties: DisplayValue and Value. The Value property specifies the underlying value in the database and the DisplayValue property specifies the value you would like displayed in the list. These objects are contained in the ValueItemCollection object, and can be edited in .NET's ValueItemCollection Editor. This editor is available in the C1List Designer under the ValueItems object.

    See Also