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

In This Topic
    PivotDefaultView Property
    In This Topic
    Gets the default System.ComponentModel.IBindingList that exposes the data in the PivotTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property PivotDefaultView As IBindingList
    public IBindingList PivotDefaultView {get;}
    See Also