ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewModel Class / ColumnsEffective Property

In This Topic
    ColumnsEffective Property
    In This Topic
    The read-only collection of ViewModelColumn objects representing the actual list of view columns begotten from definition specified in the ColumnsDefined collection. Each item in this collection represents a single specific column, and all the properties of ViewModelColumn objects are not empty. This collection is empty if view model is inconsistent.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnsEffective As ViewModelColumnEffectiveCollection
    public ViewModelColumnEffectiveCollection ColumnsEffective {get;}
    See Also