[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)

***

[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / DropdownPanelProps

# Interface: DropdownPanelProps

Properties of the DropdownPanel React component.

## Properties

### autoHideTimeout?

> `optional` **autoHideTimeout**: `number`

The time in milliseconds until the panel will auto-hide

***

### children?

> `optional` **children**: `ReactNode`

The children that will be displayed in the panel.

***

### dropDownSize

> **dropDownSize**: `number`

The size of the panel, either height or width depending on position.

***

### forceShow?

> `optional` **forceShow**: `boolean`

Force the panel to be visible even if not hovered.

***

### id?

> `optional` **id**: `string`

The component id.

***

### maxLength

> **maxLength**: `number`

The maximum length of the panel, either height or width depending on position.

***

### parentHeight

> **parentHeight**: `number`

The parent's height in pixels.

***

### parentWidth

> **parentWidth**: `number`

The parent's width in pixels.

***

### position

> **position**: `"bottom"` \| `"left"` \| `"right"` \| `"top"`

The position of the panel in relation to the parent.
