ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataColumnExtender Class / RowDisplayValue Property

In This Topic
    RowDisplayValue Property
    In This Topic
    Gets or sets value indicating whether this column is included in the set of columns representing a table rows in lookup list.
    Syntax
    'Declaration
     
    Public Property RowDisplayValue As System.Boolean
    public System.bool RowDisplayValue {get; set;}
    Remarks
    This property value indicates whether this column is included in the DataTableExtender.RowDisplay.RowDisplayColumns collection. See RowDisplayColumns description for details.
    See Also