ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumn Class / ViewNode Property

In This Topic
    ViewNode Property (ViewModelColumn)
    In This Topic
    References the ViewNode whose column(s) represented by this ViewModelColumn.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewNode As ViewNode
    public ViewNode ViewNode {get;}
    Remarks
    This property value is never the null for non-calculated column, and the null for the calculated one.
    See Also