 |
| BcfColumnBehaviorItemBaseColumn Property |
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfColumn Column { get; }Public ReadOnly Property Column As BcfColumn
Get
Property Value
Type:
BcfColumnThe column.
RemarksThe value is null until the behavior item is initialized.
See Also