Click or drag to resize

BcfColumnSetup Properties

[This is preliminary documentation and is subject to change.]

The BcfColumnSetup type exposes the following members.

Properties
  NameDescription
Public propertyAllowNull
Gets a value indicating whether BcfCell.Value can be null.
Public propertyDataType
Gets the not-nullable type of the cells Value property. If value type is a nullable struct; the type-argument of NullableT will be returned; otherwise ValueType.
Public propertyHasContentEqualityComparison
Indicates whether ContentEqualityComparison is set.
Public propertyHasConverter
Indicates whether Converter is set.
Public propertyHasDefaultValue
Indicates whether DefaultValue is set.
Public propertyHasDiscardAction
Indicates whether DiscardAction is set.
Public propertyHasEqualityComparer
Indicates whether EqualityComparer is set.
Public propertyHasFormatter
Indicates whether Formatter is set.
Public propertyHasFunction
Indicates whether Function is set.
Public propertyHasSequence
Indicates whether Sequence is set.
Public propertyHasTrigger
Indicates whether Trigger is set.
Public propertyHasValueConstraint
Indicates whether ValueConstraint is set.
Public propertyIncludeInUndo
Gets or sets a value indicating whether the column values are managed by undo-redo.
Public propertyName
Gets the name.
Public propertyOptions
Gets or sets the column options.
Public propertyParameters
Gets the parameters of Function.
Public propertyShouldPersist
Gets or sets a value indicating whether the column values should be persisted when saving data.
Public propertyValueType
Gets the type of the cells Value property.
Public propertyValueTypeIsClass
Gets a value indicating ValueType is a class.
Public propertyValueTypeIsNotNullableStruct
Public propertyValueTypeIsNullableStruct
Top
See Also