Click or drag to resize

BcfColumnTTrigger Property

[This is preliminary documentation and is subject to change.]

Gets or sets the trigger action.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfTrigger<T> Trigger { get; set; }

Return Value

Type: BcfTriggerT
The trigger action if set; otherwise null.
See Also