Click or drag to resize
CalculationWorks Logo
BcfColumnBehavior Properties

The BcfColumnBehavior type exposes the following members.

Properties
  NameDescription
Public propertyAllowNull
Gets a value indicating whether BcfCell.Value can be null.
Public propertyColumnTypeConstraints
Gets the column type constraints.
Public propertyDataType
Gets the internal Type of the BcfCell.Value. When PropertyType is Nullable DataType is the generic argument. When PropertyType is int? DataType will be int
Public propertyDefaultValueSource
Gets the BcfCell.Value default value source.
Public propertyPropertyType
Gets the Type of the BcfCell.Value property. When PropertyType is Nullable DataType is the generic argument. When PropertyType is int? DataType will be int
Public propertySetter
Gets the column setter. Setters can be used to intercept and/or redirect writes on the BcfCell.Value property.
Public propertyValueConverter
Gets the BcfCell.Value converter.
Top
See Also