# Kanban Column

## Description:

Kanban Column

Define as many columns to match the distinct values of the choosen `Kanban Attribute`

### Allowed Parent Components:

1. Kanban Board

### Allowed Child Components:

1. Icon
2. Icon Menu
3. Popover
4. Pulse
5. Trigger Before Render

### Properties

### ➤ Title

Specify an expression which will evaluate to a value and will be displayed as the column header

Allowed Values: An expression which should return string after evaluation

### ➤ Value

Specify an expression which will evaluate to a value and will be used to match Kanban Attribute to be listed under this column.

Allowed Values: An expression which should return string after evaluation

### ➤ Background Color

Allowed Values: Color


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/kanbancolumn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
