Click or drag to resize
CalculationWorks Logo
BcfColumnBehaviorItemBaseColumn Property
Gets the BcfColumn the item belongs to.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfColumn Column { get; }

Property Value

Type: BcfColumn
The column.
Remarks
The value is null until the behavior item is initialized.
See Also