ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.Slicer.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotSlicer Class / Field Property

In This Topic
    Field Property (C1FlexPivotSlicer)
    In This Topic
    Gets or sets the C1.PivotEngine.PivotField being filtered by this C1FlexPivotSlicer.
    Syntax
    'Declaration
     
    Public Property Field As PivotField
    public PivotField Field {get; set;}
    See Also