ComponentOne True DBGrid for WinForms
Object Model / ValueItems Class / ValueItem Class
In This Topic
    ValueItem Class
    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 to be displayed in the grid. These objects are contained in the ValueItemCollection object, and can be edited in .NET's ValueItemCollection Editor. This editor is available in the C1TrueDBGrid Designer under the ValueItems object. For more information, see Using the ValueItemCollection Editor.

    See Also