Click or drag to resize

DFNumericColumn Properties

The DFNumericColumn type exposes the following members.

Properties
 NameDescription
Public propertyColumnType Gets the type of the objects held by this column.
(Overrides DFColumnColumnType)
Public propertyCount Gets the number of ojects in this column.
(Inherited from DFColumn)
Public propertyFloatPrecision Gets and sets the floating precision as the number of decimal places.
Public propertyIsNumeric Returns true if the objects in this column are integers or floating point numbers; otherwise, false.
(Inherited from DFColumn)
Public propertyIsSynchronized Returns false. Access to this class is not synchronized.
(Inherited from DFColumn)
Public propertyItem Gets the object in this column at the given position.
Public propertyLabel Gets and sets the label in the header of this column.
(Inherited from DFColumn)
Public propertyMissingValue Gets and sets the value used to represent missing values in this column.
Public propertyName Gets the name of this column.
(Inherited from DFColumn)
Public propertyNumericFormat Gets and sets the numeric format.
Public propertySyncRoot Gets an object that can be used to synchronize access to this ICollection.
(Inherited from DFColumn)
Top
See Also