# ColumnProperties

**Kind:** Class

**Source:** `Frontend/src/app/models/common/tableViewModel.model.ts` (line 2)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `_name` | `string` |
| `_type` | `string` |
| `_id` | `string` |
| `_dataSourceValue` | `string` |
| `_dataSourceDisplay` | `string` |
| `_IsItAPrice` | `boolean` |
| `_InputToCurrencyPicker` | `tableViewcurrencyPicker` |
| `_IsThereAPopOver` | `boolean` |
| `disabled` | `boolean` |
| `ValueChanged` | `(...args: any[]) => any` |
| `format` | `string` |

## Used by

18 references from 18 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (18)

- `MrqDetailsComponent` — `Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts`:1
- `DeductionTableComponent` — `Frontend/src/app/components/invoices/deduction-table/deduction-table.component.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `CurrencyRate` — `Frontend/src/app/components/payments/payment-details/payment-details.component.ts`:1
- `ProcurementInquiryComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-inquiry/procurement-inquiry.component.ts`:1
- `ProcurementOfferComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts`:1
- `ProcurementOrderComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts`:1
- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1

…and 10 more.
