FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FieldStyleEditor Class / ApplyValues Method
The style to update.

In This Topic
    ApplyValues Method (FieldStyleEditor)
    In This Topic
    Applies the current values of the editor to a given field style.
    Syntax
    'Declaration
     
    Public Sub ApplyValues( _
       ByVal style As PivotFieldStyle _
    ) 
    public void ApplyValues( 
       PivotFieldStyle style
    )

    Parameters

    style
    The style to update.
    See Also