<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1FieldStyleEditor Class / GetValues Method
The style to load in the editor.

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

    Parameters

    style
    The style to load in the editor.
    See Also