<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1FieldStyleEditor Class / ApplyValues Method
The style to update.

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

    Parameters

    style
    The style to update.
    See Also