ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / SchemaRowDisplay Class
Members

In This Topic
    SchemaRowDisplay Class
    In This Topic
    Defines a pattern used to construct a string that represents a table row in lookup list.
    Object Model
    SchemaRowDisplay Class
    Syntax
    'Declaration
     
    Public Class SchemaRowDisplay 
       Inherits C1.C1DataExtender.RowDisplayBase
    public class SchemaRowDisplay : C1.C1DataExtender.RowDisplayBase 
    Remarks
    In the case when a C1.C1DataExtender.C1ViewColumn represents a foreign key column and its C1ViewColumn.ColumnStyle.ItemListType property is set to C1.C1DataExtender.ItemListTypeEnum.ForeignKey, a text of items of a lookup list is constructed based on the definition provided by DataTableExtender.RowDisplay propery value which is an object of SchemaRowDisplay class, where DataTableExtender object is the one that represents a DataTable that is a parent for those foreign key.
    Inheritance Hierarchy

    System.Object
       C1.C1DataExtender.RowDisplayBase
          C1.C1DataExtender.SchemaExtender.SchemaRowDisplay

    See Also