[]
Gets a style for the specified item.
public RulesEngineStyle GetStyle(RulesEngineSource source, int index, string field)
Public Function GetStyle(source As RulesEngineSource, index As Integer, field As String) As RulesEngineStyle
| Type | Name | Description |
|---|---|---|
| RulesEngineSource | source | The source used to compute the rules from. |
| int | index | The index of the item that is being queried. |
| string | field | The field of the item that is being queried. |
| Type | Description |
|---|---|
| RulesEngineStyle |