Overview
12 Sep 20251 minute to read
| Name | Description |
|---|---|
| ListBox | The ListBox is a graphical user interface component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection. It supports sorting, grouping, reordering and drag and drop of items. |
| SelectionSettings | Defines the Selection settings of List Box. |
| ToolbarSettings | Defines the toolbar settings of List Box. |
| BeforeItemRenderEventArgs | Interface for before item render event. |
| DragEventArgs | Interface for drag and drop event. |
| DropEventArgs | Interface for Drop event args. |
| ListBoxChangeEventArgs | Interface for change event args. |
| CheckBoxPosition | Defines the position of the checkbox in ListBox component. |
| SelectionMode | Defines the selection mode in ListBox component. |
| ToolBarPosition | Defines the position of the toolbar in ListBox component. |