FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / TopNFilterEditor Class / Filter Property

In This Topic
    Filter Property (TopNFilterEditor)
    In This Topic
    Gets or sets the C1.PivotEngine.PivotFilter being edited.
    Syntax
    'Declaration
     
    Public Property Filter As PivotFilter
    public PivotFilter Filter {get; set;}
    See Also