Click or drag to resize

DFDateTimeColumn Properties

The DFDateTimeColumn 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 propertyDateFormat Gets and sets the date format.
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 propertySyncRoot Gets an object that can be used to synchronize access to this ICollection.
(Inherited from DFColumn)
Top
See Also