FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / IsViewDefined Property

In This Topic
    IsViewDefined Property (C1PivotEngine)
    In This Topic
    Gets a value that determines whether a PivotEngine view is currently defined.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsViewDefined As Boolean
    public bool IsViewDefined {get;}
    Remarks
    A PivotEngine view is defined if the ValueFields list is not empty and either the RowFields or ColumnFields lists are not empty.
    See Also