DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle Class / Field Property

In This Topic
    Field Property (PivotConditionalFieldStyle)
    In This Topic
    Gets the PivotField that owns this style.
    Syntax
    'Declaration
     
    Public ReadOnly Property Field As PivotField
    public PivotField Field {get;}
    See Also