Click or drag to resize

DataColumn Properties

The DataColumn type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public propertyAssignVector Provides a setter property to which a vector can be assigned to. Copies all elements of the vector to this column.
Public propertyCount Returns the row count, i.e. the one more than the index to the last valid data element in the column.
Public propertyData Provides a setter property to which another data column can be assigned to. Copies all elements of the other DataColumn to this column. An exception is thrown if the data types of both columns are incompatible. See also CopyDataFrom(Object).
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyFullName Returns either the column name if the column has no parent table, or the parent table name, followed by a backslash and the column name if the column has a table.
Public propertyIsDirty Column is dirty if either there are new changed or deleted rows, and no data changed event was fired for notification. This value is reseted after the data changed event has notified the change.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsReadOnly 
Public propertyIsSomeoneListeningToChanges Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyItem Gets/sets the element at the index i by a value of type AltaxoVariant.
Public propertyItemType Gets the type of the colum's items.
Public propertyName Gets the name of this document node. Null is returned if the name is not set or unknown. The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase)
Public propertyParentObject Get / sets the parent object of this data column.
(Overrides SuspendableDocumentNodeBaseParentObject)
Public propertyTypeAndName Returns the column type followed by a backslash and the column name.
Top
See Also