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

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

    Parameters

    style
    The style to update.
    See Also