ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class / FlexPivotDefaultView Property

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