| BcfColumnBehavior Properties | |
The BcfColumnBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowNull | ||
| ColumnTypeConstraints |
Gets the column type constraints.
| |
| DataType |
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 | |
| DefaultValueSource | ||
| PropertyType |
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 | |
| Setter | ||
| ValueCleanup |
Gets the value cleanup behavior item.
| |
| ValueConverter |