| Name | Description | |
|---|---|---|
![]() | DataManager Constructor | Overloaded. |
The following tables list the members exposed by DataManager.
| Name | Description | |
|---|---|---|
![]() | DataManager Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. |
![]() | ColumnCount | Gets the number of rows in the data source. |
![]() | DataAllowAddNew | Gets or sets whether to allow the user to add a new row when the sheet is bound. |
![]() | DataMember | Gets or sets the data member (table name) to use for data. |
![]() | DataSource | Gets or sets the data source. |
![]() | ItemPropertyCount | |
![]() | ItemType | Gets or sets the type of the object in the list for the list data source. |
![]() | NewRowPosition | Gets or sets the position of the new row when the worksheet is bound. |
![]() | RowCount | Gets the number of rows in the data source. |
![]() | UnBoundNewRowIndex | Gets or sets the index of the unbound new row. |
![]() | Worksheet |
| Name | Description | |
|---|---|---|
![]() | AddRowToDataSource | Adds the unbound row to the data source. |
![]() | AddUnboundRows | Overloaded. Adds unbound rows to the data model. |
![]() | Dispose | |
![]() | GetColumnIndex | Gets the index of the column specified by name. |
![]() | GetDataColumnCaption | Gets the column caption at the specified position. |
![]() | GetDataColumnName | Gets the column name at the specified position. |
![]() | GetDataColumnType | Gets the column data type at the specified position. |
![]() | GetDataSourceColumn | Gets the data source column index for the specified column in the model. |
![]() | GetDataSourceRow | |
![]() | GetDataView | Gets the DataView object associated with this model. |
![]() | GetListSource | Returns the IList data source for this model or null if the data source is not an IList. |
![]() | GetModelColumnFromDataColumn | |
![]() | GetModelRowFromDataRow | |
![]() | GetProperties | |
![]() | GetUnboundValue | Gets the unbound value |
![]() | GetValue | Overloaded. Gets the value of the cell for the specified row and column. |
![]() | Init | Gets the number of the child data relations for a hierarchical display of data. |
![]() | InsertColumns | |
![]() | IsColumnBound | |
![]() | IsMoveableColumn | Gets a boolean value indicating whether the column(s) is able to move. |
![]() | IsRowBound | //Determines whether the row is bound. |
![]() | IsValidValue | Check if the value is valid for data manager. |
![]() | RemoveColumns | |
![]() | SetModelDataColumn | Overloaded. Binds a model column to a specified data source column. |