# AdvColumn

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/shared/advance-grid/models/adv-column.model.ts` (line 7)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `display` | `string` |
| `fieldType` | `string` |
| `dataType` | `string` |
| `format` | `any` |
| `width` | `string` |
| `popOverEnabled` | `boolean` |
| `readOnly` | `boolean` |
| `valueExpr` | `string` |
| `displayExpr` | `string` |
| `currencyCode` | `string` |
| `currencySymbol` | `string` |
| `currencyRate` | `number` |
| `dataSource` | `any[]` |
| `isBold` | `boolean` |
| `disabledOnValue` | `any` |
| `clearOnDisabled` | `boolean` |
| `extraClasses` | `string` |
| `disabledClass` | `string` |
| `visible` | `boolean` |
| `visibleInSplit` | `boolean` |
| `editableInSplit` | `boolean` |
| `subHeader` | `string` |
| `nonEquivalenceCondition` | `NonEquivalenceCondition` |
| `toolTipIncluded` | `AdvToolTip` |

## Used by

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

### Imported by (16)

- `DeductionTableComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/deduction-table/deduction-table.component.ts`:1
- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `CurrencyRate` — `Pams/Web/Pams.Web/Client/app/components/payments/payment-details/payment-details.component.ts`:1
- `ProcurementInquiryComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-inquiry/procurement-inquiry.component.ts`:1
- `ProcurementOfferComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts`:1
- `ProcurementOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts`:1
- `PurchasingInquiryComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts`:1
- `PurchasingOfferComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts`:1

…and 8 more.
