 |
| BcfColumnSetupBehaviorItems Property |
Gets the behavior items.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic Collection<BcfColumnBehaviorItemBase> BehaviorItems { get; }Public ReadOnly Property BehaviorItems As Collection(Of BcfColumnBehaviorItemBase)
Get
Property Value
Type:
CollectionBcfColumnBehaviorItemBaseThe behavior items.
See Also