ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / PivotFieldEx Class / GetReadOnly Method
The C1.PivotEngine.PivotField field.

In This Topic
    GetReadOnly Method (PivotFieldEx)
    In This Topic
    Returns whether the field can be changed through UI or not.
    Syntax
    'Declaration
     
    Public Shared Function GetReadOnly( _
       ByVal field As PivotField _
    ) As Boolean
    public static bool GetReadOnly( 
       PivotField field
    )

    Parameters

    field
    The C1.PivotEngine.PivotField field.
    See Also