Data |
The DataTableMultipleColumnProxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) |
![]() | _dataTable | Holds 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. |
![]() | _groupNumber | The 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. |
![]() | _isDirty | True if the data are inconsistent. To bring the data in a consistent state Update method must be called then. |
![]() | _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) |
![]() | _participatingDataRows | The indices of the data rows that contribute to the matrix. |
![]() | _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) |
![]() | _useAllAvailableDataRows | If true, all available rows (of the columns that contribute to the matrix) will be included in the matrix. |