ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterItem Class / ChangeVisualStateCurrency Method

In This Topic
    ChangeVisualStateCurrency Method (DataGridFilterItem)
    In This Topic
    Updates the current visual state of the Currency visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeVisualStateCurrency( _
       ByVal useTransitions As Boolean _
    ) 
    protected void ChangeVisualStateCurrency( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also