Interface IConditionFactory
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IConditionFactory
Methods
CreateCondition(Type)
Declaration
Condition CreateCondition(Type conditionType)
Parameters
System.Type
conditionType
|
Returns
Condition
|