Click or drag to resize

DataTableMatrixProxyWithMultipleColumnHeaderColumns Fields

The DataTableMatrixProxyWithMultipleColumnHeaderColumns type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_columnHeaderColumnsColumn that correlate each column of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
(Inherited from DataTableMatrixProxyBase)
Protected field_dataColumns
(Inherited from DataTableMatrixProxyBase)
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.
(Inherited from DataTableMatrixProxyBase)
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.
(Inherited from DataTableMatrixProxyBase)
Protected field_isDirtyTrue if the data are inconsistent. To bring the data in a consistent state Update method must be called then.
(Inherited from DataTableMatrixProxyBase)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_participatingDataColumnsThe indices of the data columns that contribute to the matrix.
(Inherited from DataTableMatrixProxyBase)
Protected field_participatingDataRowsThe indices of the data rows that contribute to the matrix.
(Inherited from DataTableMatrixProxyBase)
Protected field_rowHeaderColumnColumn that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
(Inherited from DataTableMatrixProxyBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_useAllAvailableColumnsOfGroupIf true, all available columns (of ColumnKind.V) with the group number of _groupNumber will be used for the data matrix. If columns with this group number are removed or added from/to the table, the number of columns of the matrix will be adjusted.
(Inherited from DataTableMatrixProxyBase)
Protected field_useAllAvailableDataRowsIf true, all available rows (of the columns that contribute to the matrix) will be included in the matrix.
(Inherited from DataTableMatrixProxyBase)
Top
See Also