Click or drag to resize

DataTableXYColumnProxy Fields

The DataTableXYColumnProxy type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_dataTableHolds a reference to the underlying data table. If the Empty property of the proxy is null, the underlying table must be determined from the column proxies.
Protected field_groupNumberThe group number of the data columns. All data columns must be columns of ColumnKind.V and must have this group number. Data columns having other group numbers will be removed.
Protected field_isDirtyTrue if the data are inconsistent. To bring the data in a consistent state [!:Update] method must be called then.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_participatingDataRowsThe indices of the data rows that contribute to the matrix.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_useAllAvailableDataRowsIf true, all available rows (of the columns that contribute to the matrix) will be included in the matrix.
Protected field_xColumn 
Protected field_yColumn 
Top
See Also