FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FieldStyleEditor Class / GetValues Method
The style to load in the editor.

In This Topic
    GetValues Method (FieldStyleEditor)
    In This Topic
    Initializes the control getting the values of a given field style.
    Syntax
    'Declaration
     
    Public Sub GetValues( _
       ByVal style As PivotFieldStyle _
    ) 
    public void GetValues( 
       PivotFieldStyle style
    )

    Parameters

    style
    The style to load in the editor.
    See Also