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

In This Topic
    IsCalculated Property (ViewModelColumn)
    In This Topic
    Indicates wheather the ViewModelColumn represents a calculated column.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCalculated As System.Boolean
    public System.bool IsCalculated {get;}
    See Also