Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesEngine Class / GetStyle Method
The source used to compute the rules from.
The index of the item that is being queried.
The field of the item that is being queried.

In This Topic
    GetStyle Method (C1RulesEngine)
    In This Topic
    Gets a style for the specified item.
    Syntax
    'Declaration
     
    Public Function GetStyle( _
       ByVal source As RulesEngineSource, _
       ByVal index As Integer, _
       ByVal field As String _
    ) As RulesEngineStyle
    public RulesEngineStyle GetStyle( 
       RulesEngineSource source,
       int index,
       string field
    )

    Parameters

    source
    The source used to compute the rules from.
    index
    The index of the item that is being queried.
    field
    The field of the item that is being queried.
    See Also